Show / Hide Table of Contents

Class ScaleLineAutomationPeer

Exposes FrameworkElement derived types (including all controls) to Microsoft UI Automation.

Inheritance
object
DependencyObject
AutomationPeer
FrameworkElementAutomationPeer
ScaleLineAutomationPeer
Implements
IEquatable<DependencyObject>
IEquatable<AutomationPeer>
IWinRTObject
IUnmanagedVirtualMethodTableProvider
IDynamicInterfaceCastable
IEquatable<FrameworkElementAutomationPeer>
IValueProvider
Namespace: Esri.ArcGISRuntime.Toolkit.UI.Controls
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[WinRTRuntimeClassName("Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_Controls_ScaleLineAutomationPeerWinRTTypeDetails))]
public class ScaleLineAutomationPeer : FrameworkElementAutomationPeer, IEquatable<DependencyObject>, IEquatable<AutomationPeer>, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<FrameworkElementAutomationPeer>, IValueProvider

Properties

Name Description
IsReadOnly

Gets a value that specifies whether the value of a control is read-only.

Value

Gets the value of the control.

Methods

Name Description
GetAutomationControlTypeCore()

Gets the control type for the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetAutomationControlType().

GetLiveSettingCore()

Gets the notification characteristics of the live region of the UIElement object that is associated with this UIElementAutomationPeer. This method is called by GetLiveSetting().

GetLocalizedControlTypeCore()

When overridden in a derived class, is called by GetLocalizedControlType().

GetPattern(PatternInterface)

Gets the control pattern for the UIElement that is associated with this UIElementAutomationPeer.

GetPatternCore(PatternInterface)

Provides the peer's behavior when a Microsoft UI Automation client calls GetPattern or an equivalent Microsoft UI Automation client API.

SetValue(string)

Sets the value of a control.

In this article
Back to top Generated by DocFX