Class AutomationElementIdentifiers
- Namespace
- Avalonia.Automation
- Assembly
- Avalonia.Controls.dll
Contains values used as automation property identifiers by UI Automation providers.
public static class AutomationElementIdentifiers
- Inheritance
-
AutomationElementIdentifiers
- Inherited Members
Properties
BoundingRectangleProperty
Identifies the bounding rectangle automation property. The bounding rectangle property value is returned by the GetBoundingRectangle() method.
public static AutomationProperty BoundingRectangleProperty { get; }
Property Value
ClassNameProperty
Identifies the class name automation property. The class name property value is returned by the GetClassName() method.
public static AutomationProperty ClassNameProperty { get; }
Property Value
HelpTextProperty
Identifies the helpText automation property. The class name property value is returned by the GetHelpText() method.
public static AutomationProperty HelpTextProperty { get; }
Property Value
NameProperty
Identifies the name automation property. The class name property value is returned by the GetName() method.
public static AutomationProperty NameProperty { get; }