AutomationElementIdentifiers Class
Contains values used as automation property identifiers by UI Automation providers.
Definition
Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static class AutomationElementIdentifiers
Public NotInheritable Class AutomationElementIdentifiers
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AutomationElementIdentifiers = class end
Inheritance | Object → AutomationElementIdentifiers |
Properties
BoundingRectangleProperty | Identifies the bounding rectangle automation property. The bounding rectangle property value is returned by the GetBoundingRectangle() method. |
ClassNameProperty | Identifies the class name automation property. The class name property value is returned by the GetClassName() method. |
HelpTextProperty | Identifies the helpText automation property. The class name property value is returned by the GetHelpText() method. |
NameProperty | Identifies the name automation property. The class name property value is returned by the GetName() method. |