TextElement.KeyTipPlacementMode Property

Definition

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

C#
public KeyTipPlacementMode KeyTipPlacementMode { get; set; }
XAML
<textElement KeyTipPlacementMode="keyTipPlacementModeMemberName"/>

Property Value

A value of the enumeration. The default is Auto.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also