Class LinearGaugeRangeAutomationPeer
Exposes LinearGaugeRange types to UI Automation
Inheritance
System.Object
LinearGaugeRangeAutomationPeer
Implements
Microsoft.UI.Xaml.Automation.Provider.IRangeValueProvider
Assembly: Syncfusion.Gauge.WinUI.dll
Syntax
public class LinearGaugeRangeAutomationPeer : FrameworkElementAutomationPeer, IRangeValueProvider
Constructors
LinearGaugeRangeAutomationPeer(LinearGaugeRange)
Declaration
public LinearGaugeRangeAutomationPeer(LinearGaugeRange 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