Provides an automation peer for the RadRangeBase class, enabling UI automation clients to interact with the control as a range value provider. This class extends and implements the IRangeValueProvider interface, allowing retrieval and manipulation of the value, range, and properties of the associated RadRangeBase control.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class RadRangeBaseAutomationPeer : FrameworkElementAutomationPeer, IRangeValueProvider
Inheritance: objectRadRangeBaseAutomationPeer
Derived Classes:
Implements:
Constructors
Initializes a new instance of the RadRangeBaseAutomationPeer class.
Methods
Gets the control pattern for the UIElement that is associated with this .
C#
public override object GetPattern(PatternInterface patternInterface)
A value from the enumeration.
Returns: