Class NeedlePointerAutomationPeer
Exposes NeedlePointer types to UI Automation
Implements
Microsoft.UI.Xaml.Automation.Provider.IValueProvider
Inherited Members
Namespace: Syncfusion.UI.Xaml.Automation.Peers
Assembly: Syncfusion.Gauge.WinUI.dll
Syntax
public class NeedlePointerAutomationPeer : GaugePointerAutomationPeer, IValueProvider
Constructors
NeedlePointerAutomationPeer(NeedlePointer)
Initializes a new instance of the NeedlePointerAutomationPeer class with the specified a NeedlePointer.
Declaration
public NeedlePointerAutomationPeer(NeedlePointer control)
Parameters
Type | Name | Description |
---|---|---|
NeedlePointer | control | The owner element. |
Methods
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
Type |
---|
System.String |
Overrides
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
Type |
---|
System.String |
Overrides
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
Type |
---|
System.String |
Overrides
Implements
Microsoft.UI.Xaml.Automation.Provider.IValueProvider