UIElement.KeyTipVerticalOffsetProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.