Class RangeBaseAutomationPeer
Exposes methods and properties associated with a range-based UI element for automation interactions.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class RangeBaseAutomationPeer : FrameworkElementAutomationPeer, IRangeValueProvider
Constructors
RangeBaseAutomationPeer(RangeBase)
Initializes a new instance of the RangeBaseAutomationPeer class.
Declaration
public RangeBaseAutomationPeer(RangeBase owner)
Parameters
System.Windows.Controls.Primitives.RangeBase
owner
|
Properties
IsReadOnly
Gets a value indicating whether the range is read-only.
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
LargeChange
Gets or sets the amount by which the range control changes when the user interacts with the control's large change mechanism, such as a scrollbar.
Declaration
public double LargeChange { get; }
Property Value
System.Double
|
Maximum
Gets or sets the maximum value of the range.
Declaration
public double Maximum { get; }
Property Value
System.Double
|
Minimum
Gets the minimum value of the RadRangeBase control.
Declaration
public double Minimum { get; }
Property Value
System.Double
|
SmallChange
Gets or sets the small change value for the range control, which is the amount the value will change when the user increments or decrements the value.
Declaration
public double SmallChange { get; }
Property Value
System.Double
|
Value
Provides the current value of the RangeBase control, which is a base class for controls that represent a range of values.
Declaration
public double Value { get; }
Property Value
System.Double
|
Methods
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
|
Returns
System.Object
|