Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.06 KB

automationpeer_getheadinglevel_1176568834.md

File metadata and controls

29 lines (19 loc) · 1.06 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Automation.Peers.AutomationPeer.GetHeadingLevel
winrt method

Microsoft.UI.Xaml.Automation.Peers.AutomationPeer.GetHeadingLevel

-description

Gets the heading level of the UI Automation element that is associated with this automation peer.

-returns

The text heading level.

-remarks

Heading elements 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.

Mouse settings page in Windows Ease of Access settings

Examples of headings would be section titles within the Windows Settings app. For instance, under the Ease of Access -> Mouse page, Pointer size, Pointer color, and Mouse keys would be a heading of level 1.

-see-also

AutomationHeadingLevel, GetHeadingLevelCore

-examples