AutomationElementIdentifiers.HeadingLevelProperty Property

Definition

Identifies the heading level automation property. The heading level property value is returned by the GetHeadingLevel method.

public:
 static property AutomationProperty ^ HeadingLevelProperty { AutomationProperty ^ get(); };
static AutomationProperty HeadingLevelProperty();
public static AutomationProperty HeadingLevelProperty { get; }
var automationProperty = AutomationElementIdentifiers.headingLevelProperty;
Public Shared ReadOnly Property HeadingLevelProperty As AutomationProperty

Property Value

The automation property identifier.

Remarks

Heading elements help organize the user interface and make it easier to navigate. Some assistive technology (AT) allows users to quickly jump between headings. Headings have a level from 1 to 9.

Applies to

See also