Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 887 Bytes

textelement_keytipplacementmode.md

File metadata and controls

35 lines (23 loc) · 887 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Documents.TextElement.KeyTipPlacementMode
winrt property

Windows.UI.Xaml.Documents.TextElement.KeyTipPlacementMode

-description

Gets or sets a value that indicates where the KeyTip is placed in relation to the text element.

-xaml-syntax

<textElement KeyTipPlacementMode="keyTipPlacementModeMemberName"/>

-xaml-values

keyTipPlacementModeMemberName
keyTipPlacementModeMemberNameOne of the named constants of the [KeyTipPlacementMode](../windows.ui.xaml.input/keytipplacementmode.md) enumeration.

-property-value

A value of the enumeration. The default is Auto.

-remarks

-see-also

UIElement.KeyTipPlacementMode

-examples