ZoomControl Class

Definition

Represents zoom control in the text view.

public ref class ZoomControl abstract : System::Windows::Controls::ComboBox
public abstract class ZoomControl : System.Windows.Controls.ComboBox
type ZoomControl = class
    inherit ComboBox
Public MustInherit Class ZoomControl
Inherits ComboBox
Inheritance
ZoomControl

Constructors

ZoomControl()

Initializes a new instance of ZoomControl.

Fields

SelectedZoomLevelProperty

A DependencyProperty that determines the selected zoom level property of the control

Properties

SelectedZoomLevel

Gets or Sets SelectedZoomLevelProperty.

Methods

GetSelectedZoomLevel(DependencyObject)

Gets SelectedZoomLevelProperty.

SetSelectedZoomLevel(DependencyObject, Double)

Sets SelectedZoomLevelProperty.

Applies to