ClassSlider
Class
Wraps a Slider element.
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class Slider : RangeBase, IAutomationPeer, IPeerConverter, IRangeBase, IControl, ISlider, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRangeBaseSlider
Implements:
Inherited Members
Constructors
Slider()
Declaration
cs-api-definition
public Slider()
Fields
IsDirectionReversedProperty
Declaration
cs-api-definition
public static AutomationProperty IsDirectionReversedProperty
Field Value
IsFocusedProperty
Declaration
cs-api-definition
public static AutomationProperty IsFocusedProperty
Field Value
OrientationProperty
Declaration
cs-api-definition
public static AutomationProperty OrientationProperty
Field Value
Properties
Orientation
Declaration
cs-api-definition
public Orientation Orientation { get; set; }
Property Value
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.
SetValue(double)
Sets a new value into Slider.
Declaration
cs-api-definition
public void SetValue(double value)
Parameters
value
The new value.
Implements