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 indicates whether the value of a control is read-only.

Value

Gets the value of the control.

Methods

Name Description
GetAutomationControlTypeCore()

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

GetLiveSettingCore()

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

GetLocalizedControlTypeCore()

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

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