AutomationElementIdentifiers Class

Contains values used as automation property identifiers by UI Automation providers.

Definition

Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static class AutomationElementIdentifiers
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.

See Also