[]
Represents a zoom combobox.
[TemplatePart(Name = "ZoomBox", Type = typeof(ComboBox))]
public sealed class ZoomComboBox : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
| Name | Description |
|---|---|
| ZoomComboBox() | Initializes a new instance of the ZoomComboBox class. |
| Name | Description |
|---|---|
| ValueProperty | Identifies the Value dependency property. |
| ZoomModeProperty | Identifies the ZoomMode dependency property. |
| Name | Description |
|---|---|
| Value | Gets or sets the current zoom value. |
| ZoomMode | Gets or sets the zoom mode. |
| Name | Description |
|---|---|
| OnApplyTemplate() | Initializes ZoomComboBox. |