ClassScaleFactorSlider
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
ScaleFactorSlider()
Initializes a new instance of the ScaleFactorSlider class.
Declaration
public ScaleFactorSlider()
Fields
ActiveSheetEditorProperty
The Dependency property ActiveSheetEditorProperty.
Declaration
public static readonly DependencyProperty ActiveSheetEditorProperty
Field Value
DependencyProperty
ScaleFactorProperty
The Dependency property ScaleFactorProperty.
Declaration
public static readonly DependencyProperty ScaleFactorProperty
Field Value
DependencyProperty
Properties
ActiveSheetEditor
Gets or sets the active sheet editor.
Declaration
public IRadSheetEditor ActiveSheetEditor { get; set; }
Property Value
The active sheet editor.
ScaleFactor
Gets or sets the scale factor.
Declaration
public Size ScaleFactor { get; set; }
Property Value
Size
The scale factor.
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Implements
Dispose(bool)
Disposes the specified clean up managed resources.
Declaration
protected virtual void Dispose(bool cleanUpManagedResources)
Parameters
cleanUpManagedResources
The clean up managed resources.
OnApplyTemplate()
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.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
SetSliderScaleFactor(Size)
Sets the slider scale factor.
Declaration
public void SetSliderScaleFactor(Size scaleFactor)
Parameters
scaleFactor
Size
The scale factor.