Class
RangeBaseAutomationPeer

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:

cs-api-definition
[Obsolete("This class will be removed. Use Telerik.Windows.Automation.Peers.RangeBaseAutomationPeer instead")]
public class RangeBaseAutomationPeer : FrameworkElementAutomationPeer, IRangeValueProvider

Inheritance: objectRangeBaseAutomationPeer

Derived Classes: RangeBaseAutomationPeerRadSliderAutomationPeer

Implements: IRangeValueProvider

Constructors

RangeBaseAutomationPeer(RangeBase)

Initializes a new instance of the RangeBaseAutomationPeer class.

Declaration

cs-api-definition
public RangeBaseAutomationPeer(RangeBase owner)

Parameters

owner

RangeBase

Properties

IsReadOnly

Gets a value indicating whether the range is read-only.

Declaration

cs-api-definition
public bool IsReadOnly { get; }

Property Value

bool

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

cs-api-definition
public double LargeChange { get; }

Property Value

double

Maximum

Gets or sets the maximum value of the range.

Declaration

cs-api-definition
public double Maximum { get; }

Property Value

double

Minimum

Gets the minimum value of the RadRangeBase control.

Declaration

cs-api-definition
public double Minimum { get; }

Property Value

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

cs-api-definition
public double SmallChange { get; }

Property Value

double

Value

Provides the current value of the RangeBase control, which is a base class for controls that represent a range of values.

Declaration

cs-api-definition
public double Value { get; }

Property Value

double

Methods

GetPattern(PatternInterface)

Declaration

cs-api-definition
public override object GetPattern(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

Returns

object