Class ZoomController
Inheritance
System.Object
ZoomController
Namespace: Telerik.Windows.Media.Imaging
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ZoomController : Control
Constructors
ZoomController()
Declaration
public ZoomController()
Fields
ImageEditorProperty
Declaration
public static readonly DependencyProperty ImageEditorProperty
Field Value
System.Windows.DependencyProperty
|
MaxScaleFactor
Declaration
public const double MaxScaleFactor = 8
Field Value
System.Double
|
MinScaleFactor
Declaration
public const double MinScaleFactor = 0.1
Field Value
System.Double
|
ZoomComboBoxName
Declaration
public const string ZoomComboBoxName = "ZoomComboBox"
Field Value
System.String
|
ZoomSliderName
Declaration
public const string ZoomSliderName = "ZoomSlider"
Field Value
System.String
|
Properties
ImageEditor
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. |