Class ZoomController
Inheritance
System.Object
ZoomController
Namespace: Telerik.Windows.Controls.RichTextBoxUI.StatusBar
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ZoomController : Control
Constructors
ZoomController()
Declaration
public ZoomController()
Fields
NonLinearSliderName
Declaration
public const string NonLinearSliderName = "sliderZoom"
Field Value
System.String
|
PercentComboBoxName
Declaration
public const string PercentComboBoxName = "comboZoom"
Field Value
System.String
|
ZoomInButtonName
Declaration
public const string ZoomInButtonName = "buttonZoomIn"
Field Value
System.String
|
ZoomOutButtonName
Declaration
public const string ZoomOutButtonName = "buttonZoomOut"
Field Value
System.String
|
Properties
ZoomPercent
Declaration
public int ZoomPercent { get; set; }
Property Value
System.Int32
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
Events
ZoomPercentChanged
Declaration
public event EventHandler ZoomPercentChanged
Event Type
System.EventHandler
|