TextElement.KeyTipHorizontalOffset Eigenschaft

Definition

Ruft einen Wert ab, der angibt, wie weit links oder rechts die Keytip in Beziehung zum Textelement 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 = textElement.keyTipHorizontalOffset;
textElement.keyTipHorizontalOffset = double;
Public Property KeyTipHorizontalOffset As Double
<textElement KeyTipHorizontalOffset="double"/>

Eigenschaftswert

Double

double

Die Anzahl der Pixel, die die KeyTip verschieben sollen. 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:

Weitere Informationen