RadialGaugeAutomationPeer Class

Definition

Exposes RadialGauge to Microsoft UI Automation.

public class RadialGaugeAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Provider.IRangeValueProvider
public class RadialGaugeAutomationPeer : Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeer
type RadialGaugeAutomationPeer = class
    inherit FrameworkElementAutomationPeer
    interface IRangeValueProvider
type RadialGaugeAutomationPeer = class
    inherit RangeBaseAutomationPeer
    interface IRangeValueProvider
Public Class RadialGaugeAutomationPeer
Inherits FrameworkElementAutomationPeer
Implements IRangeValueProvider
Public Class RadialGaugeAutomationPeer
Inherits RangeBaseAutomationPeer
Inheritance
Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer
RadialGaugeAutomationPeer
Inheritance
Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeer
RadialGaugeAutomationPeer
Implements
Windows.UI.Xaml.Automation.Provider.IRangeValueProvider

Constructors

RadialGaugeAutomationPeer(RadialGauge)

Initializes a new instance of the RadialGaugeAutomationPeer class.

Properties

IsReadOnly Windows.UI.Xaml.Automation.Provider.IRangeValueProvider.IsReadOnly
LargeChange Windows.UI.Xaml.Automation.Provider.IRangeValueProvider.LargeChange
Maximum Windows.UI.Xaml.Automation.Provider.IRangeValueProvider.Maximum
Minimum Windows.UI.Xaml.Automation.Provider.IRangeValueProvider.Minimum
SmallChange Windows.UI.Xaml.Automation.Provider.IRangeValueProvider.SmallChange
Value Windows.UI.Xaml.Automation.Provider.IRangeValueProvider.Value

Methods

GetAutomationControlTypeCore() Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer.GetAutomationControlTypeCore
GetChildrenCore() Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer.GetChildrenCore
GetNameCore() Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer.GetNameCore
GetPatternCore(PatternInterface) Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer.GetPatternCore(Windows.UI.Xaml.Automation.Peers.PatternInterface)
RaiseValueChangedEvent(Double, Double)

Raises the property changed event for this AutomationPeer for the provided identifier.

SetValue(Double) Windows.UI.Xaml.Automation.Provider.IRangeValueProvider.SetValue(System.Double)

Applies to