Class RadRangeSliderAutomationPeer
Inheritance
System.Object
RadRangeSliderAutomationPeer
Inherited Members
Namespace: Telerik.UI.Automation.Peers
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadRangeSliderAutomationPeer : SliderBaseAutomationPeer, IRangeValueProvider, IValueProvider
Constructors
RadRangeSliderAutomationPeer(RadRangeSlider)
Declaration
public RadRangeSliderAutomationPeer(RadRangeSlider owner)
Parameters
|
RadRangeSlider
owner
|
Properties
Value
Declaration
public override string Value { get; }
Property Value
|
System.String
|
Overrides
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationControlType
|
Overrides
GetChildrenCore()
Declaration
protected override IList<AutomationPeer> GetChildrenCore()
Returns
|
System.Collections.Generic.IList<Microsoft.UI.Xaml.Automation.Peers.AutomationPeer>
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
|
System.String
|
Overrides
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
|
System.String
|
Overrides
GetPatternCore(PatternInterface)
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
|
Microsoft.UI.Xaml.Automation.Peers.PatternInterface
patternInterface
|
Returns
|
System.Object
|