UIElement.KeyTipHorizontalOffset Eigenschaft

Definition

Ruft einen Wert ab, der angibt, wie weit links oder rechts der Schlüsseltipp in Bezug auf das UIElement platziert wird, oder legt diesen fest.

public:
 property double KeyTipHorizontalOffset { double get(); void set(double value); };
double KeyTipHorizontalOffset();

void KeyTipHorizontalOffset(double value);
public double KeyTipHorizontalOffset { get; set; }
var double = uIElement.keyTipHorizontalOffset;
uIElement.keyTipHorizontalOffset = double;
Public Property KeyTipHorizontalOffset As Double
<uiElement KeyTipHorizontalOffset="double"/>

Eigenschaftswert

Double

double

Die Anzahl der Pixel, die der Schlüsseltipp verschoben werden soll. Positive Werte verschieben ihn nach rechts. Negative Werte verschieben ihn nach links.

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)

Gilt für: