Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 593 Bytes

uielement_keytiphorizontaloffset.md

File metadata and controls

30 lines (19 loc) · 593 Bytes
-api-id -api-type
P:Windows.UI.Xaml.UIElement.KeyTipHorizontalOffset
winrt property

Windows.UI.Xaml.UIElement.KeyTipHorizontalOffset

-description

Gets or sets a value that indicates how far left or right the Key Tip is placed in relation to the UIElement.

-xaml-syntax

<uiElement KeyTipHorizontalOffset="double"/>

-property-value

The number of pixels to move the Key Tip. Positive values move it right. Negative values move it left.

-remarks

-see-also

-examples