Skip to main content

AutomationElementIdentifiers Class

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

Definition

Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public static class AutomationElementIdentifiers
View Source
InheritanceObject → AutomationElementIdentifiers

Properties

BoundingRectanglePropertyIdentifies the bounding rectangle automation property. The bounding rectangle property value is returned by the GetBoundingRectangle() method.
ClassNamePropertyIdentifies the class name automation property. The class name property value is returned by the GetClassName() method.
HelpTextPropertyIdentifies the helpText automation property. The class name property value is returned by the GetHelpText() method.
NamePropertyIdentifies the name automation property. The class name property value is returned by the GetName() method.

See Also

Reference

Avalonia.Automation Namespace