Class RangeBaseAutomationPeer
Inheritance
System.Object
RangeBaseAutomationPeer
Namespace: Telerik.UI.Automation.Peers
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RangeBaseAutomationPeer : FrameworkElementAutomationPeer, IRangeValueProvider
Constructors
RangeBaseAutomationPeer(RangeBase)
Declaration
public RangeBaseAutomationPeer(RangeBase owner)
Parameters
Microsoft.
|
Properties
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
System.
|
LargeChange
Declaration
public double LargeChange { get; }
Property Value
System.
|
Maximum
Declaration
public double Maximum { get; }
Property Value
System.
|
Minimum
Declaration
public double Minimum { get; }
Property Value
System.
|
SmallChange
Declaration
public double SmallChange { get; }
Property Value
System.
|
Value
Declaration
public double Value { get; }
Property Value
System.
|
Methods
GetPatternCore(PatternInterface)
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
Microsoft.
|
Returns
System.
|