AutomationElementIdentifiers Class
Definition
Contains values used as automation property identifiers by UI Automation providers.
public class AutomationElementIdentifiers
Properties
| Name | Description |
|---|---|
| BoundingRectangleProperty | Identifies the bounding rectangle automation property. The bounding rectangle property value is returned by the Avalonia.Automation.Peers.AutomationPeer.GetBoundingRectangle method. |
| ClassNameProperty | Identifies the class name automation property. The class name property value is returned by the Avalonia.Automation.Peers.AutomationPeer.GetClassName method. |
| HeadingLevelProperty | Identifies the heading level automation property. The class name property value is returned by the Avalonia.Automation.Peers.AutomationPeer.GetHeadingLevel method. |
| HelpTextProperty | Identifies the helpText automation property. The class name property value is returned by the Avalonia.Automation.Peers.AutomationPeer.GetHelpText method. |
| ItemStatusProperty | Identifies the itemStatus automation property. The class name property value is returned by the Avalonia.Automation.Peers.AutomationPeer.GetItemStatus method. |
| LandmarkTypeProperty | Identifies the landmark type automation property. The class name property value is returned by the Avalonia.Automation.Peers.AutomationPeer.GetLandmarkType method. |
| NameProperty | Identifies the name automation property. The class name property value is returned by the Avalonia.Automation.Peers.AutomationPeer.GetName method. |
BoundingRectangleProperty Property
Identifies the bounding rectangle automation property. The bounding rectangle property value is returned by the Avalonia.Automation.Peers.AutomationPeer.GetBoundingRectangle method.
public Avalonia.Automation.AutomationProperty BoundingRectangleProperty { get; set; }
ClassNameProperty Property
Identifies the class name automation property. The class name property value is returned by the Avalonia.Automation.Peers.AutomationPeer.GetClassName method.
public Avalonia.Automation.AutomationProperty ClassNameProperty { get; set; }
HeadingLevelProperty Property
Identifies the heading level automation property. The class name property value is returned by the Avalonia.Automation.Peers.AutomationPeer.GetHeadingLevel method.
public Avalonia.Automation.AutomationProperty HeadingLevelProperty { get; set; }
HelpTextProperty Property
Identifies the helpText automation property. The class name property value is returned by the Avalonia.Automation.Peers.AutomationPeer.GetHelpText method.
public Avalonia.Automation.AutomationProperty HelpTextProperty { get; set; }
ItemStatusProperty Property
Identifies the itemStatus automation property. The class name property value is returned by the Avalonia.Automation.Peers.AutomationPeer.GetItemStatus method.
public Avalonia.Automation.AutomationProperty ItemStatusProperty { get; set; }
LandmarkTypeProperty Property
Identifies the landmark type automation property. The class name property value is returned by the Avalonia.Automation.Peers.AutomationPeer.GetLandmarkType method.
public Avalonia.Automation.AutomationProperty LandmarkTypeProperty { get; set; }
NameProperty Property
Identifies the name automation property. The class name property value is returned by the Avalonia.Automation.Peers.AutomationPeer.GetName method.
public Avalonia.Automation.AutomationProperty NameProperty { get; set; }