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.

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