ScaleFactorSlider
Provides methods and properties for using a ScaleFactorSlider.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class ScaleFactorSlider : ControlBase, IDisposable
Inheritance: objectControlBaseScaleFactorSlider
Implements:
Inherited Members
Constructors
Initializes a new instance of the ScaleFactorSlider class.
public ScaleFactorSlider()
Fields
ActiveSheetEditorProperty
DependencyProperty
The Dependency property ActiveSheetEditorProperty.
public static readonly DependencyProperty ActiveSheetEditorProperty
ScaleFactorProperty
DependencyProperty
The Dependency property ScaleFactorProperty.
public static readonly DependencyProperty ScaleFactorProperty
Properties
Gets or sets the active sheet editor.
public IRadSheetEditor ActiveSheetEditor { get; set; }
The active sheet editor.
ScaleFactor
Size
Gets or sets the scale factor.
public Size ScaleFactor { get; set; }
The scale factor.
Methods
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Implements:
Disposes the specified clean up managed resources.
protected virtual void Dispose(bool cleanUpManagedResources)
The clean up managed resources.
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Sets the slider scale factor.
public void SetSliderScaleFactor(Size scaleFactor)
The scale factor.