Class Slider
Inheritance
System.Object
Slider
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Slider : RangeBase, IAutomationPeer, IPeerConverter, IRangeBase, IControl, ISlider, IFrameworkElement, ITargetElement
Constructors
Slider()
Declaration
public Slider()
Fields
IsDirectionReversedProperty
Declaration
public static AutomationProperty IsDirectionReversedProperty
Field Value
AutomationProperty
|
IsFocusedProperty
OrientationProperty
Properties
IsDirectionReversed
Declaration
public bool IsDirectionReversed { get; set; }
Property Value
System.Boolean
|
IsFocused
Declaration
public bool IsFocused { get; set; }
Property Value
System.Boolean
|
Orientation
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|
Overrides
SetValue(Double)
Declaration
public void SetValue(double value)
Parameters
System.Double
value
|