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.String
|
Properties
Value
Declaration
public double Value { get; set; }
Property Value
System.Double
|
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. |
SetTransform(TransformCallback, TransformCallback)
Declaration
public void SetTransform(TransformCallback transform, TransformCallback reverseTransform)
Parameters
TransformCallback
transform
|
TransformCallback
reverseTransform
|
Events
ValueChanged
Declaration
public event EventHandler ValueChanged
Event Type
System.EventHandler
|