RadialGaugeAutomationPeer Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exposes RadialGauge to Microsoft UI Automation.
public class RadialGaugeAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer, Windows.UI.Xaml.Automation.Provider.IRangeValueProviderpublic class RadialGaugeAutomationPeer : Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeertype RadialGaugeAutomationPeer = class
    inherit FrameworkElementAutomationPeer
    interface IRangeValueProvidertype RadialGaugeAutomationPeer = class
    inherit RangeBaseAutomationPeer
    interface IRangeValueProviderPublic Class RadialGaugeAutomationPeer
Inherits FrameworkElementAutomationPeer
Implements IRangeValueProviderPublic Class RadialGaugeAutomationPeer
Inherits RangeBaseAutomationPeer- Inheritance
- 
				Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeerRadialGaugeAutomationPeer
- Inheritance
- 
				Windows.UI.Xaml.Automation.Peers.RangeBaseAutomationPeerRadialGaugeAutomationPeer
- 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) |