Class ScaleFactorSlider
Provides methods and properties for using a ScaleFactorSlider.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class ScaleFactorSlider : ControlBase, IDisposable
Constructors
ScaleFactorSlider()
Fields
ActiveSheetEditorProperty
The Dependency property ActiveSheetEditorProperty.
Declaration
public static readonly DependencyProperty ActiveSheetEditorProperty
Field Value
System.Windows.DependencyProperty
|
ScaleFactorProperty
The Dependency property ScaleFactorProperty.
Declaration
public static readonly DependencyProperty ScaleFactorProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ActiveSheetEditor
Gets or sets the active sheet editor.
Declaration
public IRadSheetEditor ActiveSheetEditor { get; set; }
Property Value
IRadSheetEditor
The active sheet editor. |
ScaleFactor
Gets or sets the scale factor.
Declaration
public Size ScaleFactor { get; set; }
Property Value
System.Windows.Size
The scale factor. |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Dispose(Boolean)
Disposes the specified clean up managed resources.
Declaration
protected virtual void Dispose(bool cleanUpManagedResources)
Parameters
System.Boolean
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 System.Windows.Controls.Control.ApplyTemplate. 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()
SetSliderScaleFactor(Size)
Sets the slider scale factor.
Declaration
public void SetSliderScaleFactor(Size scaleFactor)
Parameters
System.Windows.Size
scaleFactor
The scale factor. |