Class NonLinearSlider
Inheritance
System.Object
NonLinearSlider
Namespace: Telerik.Windows.Controls.RichTextBoxUI.StatusBar
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class NonLinearSlider : Control
Constructors
NonLinearSlider()
Declaration
public NonLinearSlider()
Fields
SliderName
Declaration
public const string SliderName = "slider"
Field Value
System.
|
Properties
Value
Declaration
public double Value { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
SetTransform(TransformCallback, TransformCallback)
Declaration
public void SetTransform(TransformCallback transform, TransformCallback reverseTransform)
Parameters
Transform
|
Transform
|
Events
ValueChanged
Declaration
public event EventHandler ValueChanged
Event Type
System.
|