Class RangeSliderAutomationPeer
Inheritance
System.Object
RangeSliderAutomationPeer
Implements
Microsoft.UI.Xaml.Automation.Provider.IRangeValueProvider
Assembly: Syncfusion.Sliders.WinUI.dll
Syntax
public class RangeSliderAutomationPeer : FrameworkElementAutomationPeer, IRangeValueProvider
Constructors
RangeSliderAutomationPeer(SfRangeSlider)
Declaration
public RangeSliderAutomationPeer(SfRangeSlider control)
Parameters
Properties
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
LargeChange
Declaration
public double LargeChange { get; }
Property Value
Maximum
Declaration
public double Maximum { get; }
Property Value
Minimum
Declaration
public double Minimum { get; }
Property Value
SmallChange
Declaration
public double SmallChange { get; }
Property Value
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type |
Microsoft.UI.Xaml.Automation.Peers.AutomationControlType |
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
GetPatternCore(PatternInterface)
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
Type |
Name |
Description |
Microsoft.UI.Xaml.Automation.Peers.PatternInterface |
patternInterface |
|
Returns
SetValue(Double)
Declaration
public void SetValue(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Implements
Microsoft.UI.Xaml.Automation.Provider.IRangeValueProvider