AutomationHeadingLevel Enum

Definition

Defines the heading levels for UI Automation elements.

public enum class AutomationHeadingLevel
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class AutomationHeadingLevel
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum AutomationHeadingLevel
Public Enum AutomationHeadingLevel
Inheritance
AutomationHeadingLevel
Attributes

Fields

Level1 1

Heading level 1.

Level2 2

Heading level 2.

Level3 3

Heading level 3.

Level4 4

Heading level 4.

Level5 5

Heading level 5.

Level6 6

Heading level 6.

Level7 7

Heading level 7.

Level8 8

Heading level 8.

Level9 9

Heading level 9.

None 0

Not a heading.

Applies to

See also