Class RangeBaseAutomationPeer
Inheritance
System.Object
RangeBaseAutomationPeer
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class RangeBaseAutomationPeer : FrameworkElementAutomationPeer, IRangeValueProvider
Constructors
RangeBaseAutomationPeer(RangeBase)
Initializes a new instance of the RangeBaseAutomationPeer class.
Declaration
public RangeBaseAutomationPeer(RangeBase owner)
Parameters
System.Windows.Controls.Primitives.RangeBase
owner
|
Properties
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
LargeChange
Declaration
public double LargeChange { get; }
Property Value
System.Double
|
Maximum
Declaration
public double Maximum { get; }
Property Value
System.Double
|
Minimum
Declaration
public double Minimum { get; }
Property Value
System.Double
|
SmallChange
Declaration
public double SmallChange { get; }
Property Value
System.Double
|
Value
Declaration
public double Value { get; }
Property Value
System.Double
|
Methods
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
|
Returns
System.Object
|