Class
RangeBaseAutomationPeer

UI AutomationPeer class for RangeBase.

Definition

Namespace:Telerik.UI.Automation.Peers

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RangeBaseAutomationPeer : FrameworkElementAutomationPeer, IRangeValueProvider

Inheritance: objectRangeBaseAutomationPeer

Derived Classes: TimeBarSliderAutomationPeer

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

Declaration

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

Property Value

bool

LargeChange

Declaration

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

Property Value

double

Maximum

Declaration

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

Property Value

double

Minimum

Declaration

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

Property Value

double

SmallChange

Declaration

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

Property Value

double

Value

Declaration

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

Property Value

double

Methods

GetPatternCore(PatternInterface)

Declaration

cs-api-definition
protected override object GetPatternCore(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

Returns

object