Share via


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

Name Description
ZoomControl()

Initializes a new instance of ZoomControl.

Fields

Name Description
SelectedZoomLevelProperty

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

Properties

Name Description
SelectedZoomLevel

Gets or Sets SelectedZoomLevelProperty.

Methods

Name Description
GetSelectedZoomLevel(DependencyObject)

Gets SelectedZoomLevelProperty.

SetSelectedZoomLevel(DependencyObject, Double)

Sets SelectedZoomLevelProperty.

Applies to