TextElement.KeyTipVerticalOffset Property

Definition

Gets or sets a value that indicates how far up or down the keytip is placed in relation to the text element.

C#
public double KeyTipVerticalOffset { get; set; }
XAML
<textElement KeyTipVerticalOffset="double"/>

Property Value

Double

The number of pixels to move the KeyTip. Positive values move it down. Negative values move it up.

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