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.
HeadingLevelPropertyIdentifies the heading level automation property. The class name property value is returned by the GetHeadingLevel() method.
HelpTextPropertyIdentifies the helpText automation property. The class name property value is returned by the GetHelpText() method.
ItemStatusPropertyIdentifies the itemStatus automation property. The class name property value is returned by the GetItemStatus() method.
LandmarkTypePropertyIdentifies the landmark type automation property. The class name property value is returned by the GetLandmarkType() method.
NamePropertyIdentifies the name automation property. The class name property value is returned by the GetName() method.

See Also

Reference

Avalonia.Automation Namespace