ClassRangeBaseAutomationPeer
Exposes methods and properties associated with a range-based UI element for automation interactions.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
[Obsolete("This class will be removed. Use Telerik.Windows.Automation.Peers.RangeBaseAutomationPeer instead")]
public class RangeBaseAutomationPeer : FrameworkElementAutomationPeer, IRangeValueProvider
Inheritance: objectRangeBaseAutomationPeer
Derived Classes:
Implements:
Constructors
RangeBaseAutomationPeer(RangeBase)
Initializes a new instance of the RangeBaseAutomationPeer class.
Declaration
public RangeBaseAutomationPeer(RangeBase owner)
Parameters
owner
RangeBase
Properties
IsReadOnly
Gets a value indicating whether the range is read-only.
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.
Maximum
Gets or sets the maximum value of the range.
Minimum
Gets the minimum value of the RadRangeBase control.
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.
Methods
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns