Share via


UIElement.KeyTipVerticalOffsetProperty Property

Definition

Identifies the KeyTipVerticalOffset dependency property.

public:
 static property DependencyProperty ^ KeyTipVerticalOffsetProperty { DependencyProperty ^ get(); };
static DependencyProperty KeyTipVerticalOffsetProperty();
public static DependencyProperty KeyTipVerticalOffsetProperty { get; }
var dependencyProperty = UIElement.keyTipVerticalOffsetProperty;
Public Shared ReadOnly Property KeyTipVerticalOffsetProperty As DependencyProperty

Property Value

The identifier for the KeyTipVerticalOffset dependency property.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Remarks

Keytips are badges displayed next to controls that support access keys when the user presses the Alt key. Each keytip contains the alphanumeric keys that activate the associated control.

Applies to

See also