Class BarPointerAutomationPeer
Exposes BarPointer types to UI Automation
Inheritance
System.Object
BarPointerAutomationPeer
Implements
Microsoft.UI.Xaml.Automation.Provider.IValueProvider
Assembly: Syncfusion.Gauge.WinUI.dll
Syntax
public class BarPointerAutomationPeer : FrameworkElementAutomationPeer, IValueProvider
Constructors
BarPointerAutomationPeer(BarPointer)
Declaration
public BarPointerAutomationPeer(BarPointer control)
Parameters
Type |
Name |
Description |
BarPointer |
control |
The owner element.
|
Properties
IsReadOnly
Declaration
public bool IsReadOnly { 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(String)
Declaration
public void SetValue(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Implements
Microsoft.UI.Xaml.Automation.Provider.IValueProvider