UIElement.KeyTipPlacementMode Property

Definition

Gets or sets a value that indicates where the access key Key Tip is placed in relation to the boundary of the UIElement.

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

Property Value

A value of the enumeration. The default is Auto.

Remarks

Use the KeyTipTarget property to specify a target element other than this element.

Applies to

Produkt Verzie
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also