Class SliderBaseAutomationPeer
Inheritance
System.Object
SliderBaseAutomationPeer
Inherited Members
Namespace: Telerik.UI.Automation.Peers
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class SliderBaseAutomationPeer : RangeInputBaseAutomationPeer, IRangeValueProvider, IValueProvider
Constructors
SliderBaseAutomationPeer(SliderBase)
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 virtual string Value { get; }
Property Value
System.
|
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Microsoft.
|
Overrides
GetAutomationIdCore()
Declaration
protected override string GetAutomationIdCore()
Returns
System.
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.
|
Overrides
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.
|
Overrides
GetPatternCore(PatternInterface)
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
Microsoft.
|
Returns
System.
|
SetValue(Double)
Declaration
public void SetValue(double value)
Parameters
System.
|
SetValue(String)
Declaration
public void SetValue(string value)
Parameters
System.
|