Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.12 KB

keytipplacementmode.md

File metadata and controls

56 lines (38 loc) · 1.12 KB
-api-id -api-type
T:Windows.UI.Xaml.Input.KeyTipPlacementMode
winrt enumeration

Windows.UI.Xaml.Input.KeyTipPlacementMode

-description

Defines constants that specify where a Key Tip is placed in relation to a UIElement.

-enum-fields

-field Auto:0

The placement of the Key Tip is determined by the system.

-field Bottom:1

The Key Tip is placed below the element.

-field Top:2

The Key Tip is placed above the element.

-field Left:3

The Key Tip is placed left of the element.

-field Right:4

The Key Tip is placed right of the element.

-field Center:5

The Key Tip is centered on the element.

-field Hidden:6

The Key Tip is not shown.

-remarks

This enumeration is used by the UIElement.KeyTipPlacementMode property.

-see-also

UIElement.KeyTipPlacementMode, Access keys

-examples