Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 959 Bytes

automationproperties_levelproperty.md

File metadata and controls

25 lines (17 loc) · 959 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Automation.AutomationProperties.LevelProperty
winrt property

Microsoft.UI.Xaml.Automation.AutomationProperties.LevelProperty

-description

Gets the identifier for the Level attached property, which is a 1-based integer associated with an automation element.

-property-value

The identifier for the Level attached property.

-remarks

The Level property describes the location of an element inside hierarchical or broken hierarchical structures. For example, a bulleted or numbered list, headings, or other structured data items can have various parent/child relationships. Level describes where in the structure the item is located.

Use the CustomNavigation Control Pattern in tandem with Level.

-examples

-see-also