ClassRangeBase
Class
Wraps a RangeBase element.
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class RangeBase : Control, IAutomationPeer, IPeerConverter, IRangeBase, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRangeBase
Derived Classes:
Implements:
Inherited Members
Constructors
RangeBase()
Declaration
cs-api-definition
public RangeBase()
Fields
LargeChangeProperty
Declaration
cs-api-definition
public static AutomationProperty LargeChangeProperty
Field Value
MaximumProperty
Declaration
cs-api-definition
public static AutomationProperty MaximumProperty
Field Value
MinimumProperty
Declaration
cs-api-definition
public static AutomationProperty MinimumProperty
Field Value
SmallChangeProperty
Declaration
cs-api-definition
public static AutomationProperty SmallChangeProperty
Field Value
ValueProperty
Declaration
cs-api-definition
public static AutomationProperty ValueProperty
Field Value
Properties
LargeChange
Get/set the large change value.
Declaration
cs-api-definition
public double LargeChange { get; set; }
Property Value
Implements
Maximum
Get/set the maximum value.
Minimum
Get/set the minimum value.
SmallChange
Get/set the small change value.
Declaration
cs-api-definition
public double SmallChange { get; set; }
Property Value
Implements
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.