Class
MarkerGaugeIndicatorAutomationPeer

AutomationPeer class for MarkerGaugeIndicator.

Definition

Namespace:Telerik.UI.Automation.Peers

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class MarkerGaugeIndicatorAutomationPeer : GaugeIndicatorAutomationPeer, IValueProvider, IToggleProvider

Inheritance: objectRadControlAutomationPeerGaugeIndicatorAutomationPeerMarkerGaugeIndicatorAutomationPeer

Implements: IToggleProviderIValueProvider

Inherited Members GaugeIndicatorAutomationPeer.SetValue(string)GaugeIndicatorAutomationPeer.IsReadOnlyGaugeIndicatorAutomationPeer.ValueRadControlAutomationPeer.GetAutomationControlTypeCore()RadControlAutomationPeer.GetNameCore()

Constructors

MarkerGaugeIndicatorAutomationPeer(MarkerGaugeIndicator)

Initializes a new instance of the MarkerGaugeIndicatorAutomationPeer class.

Declaration

cs-api-definition
public MarkerGaugeIndicatorAutomationPeer(MarkerGaugeIndicator owner)

Parameters

owner

MarkerGaugeIndicator

Properties

ToggleState

Declaration

cs-api-definition
public ToggleState ToggleState { get; }

Property Value

ToggleState

Methods

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

Overrides GaugeIndicatorAutomationPeer.GetClassNameCore()

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

Overrides GaugeIndicatorAutomationPeer.GetHelpTextCore()

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

Overrides GaugeIndicatorAutomationPeer.GetLocalizedControlTypeCore()

GetPatternCore(PatternInterface)

Declaration

cs-api-definition
protected override object GetPatternCore(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

Returns

object

Overrides GaugeIndicatorAutomationPeer.GetPatternCore(PatternInterface)

Toggle()

IToggleProvider implementation.

Declaration

cs-api-definition
public void Toggle()