共用方式為


TextElement.KeyTipHorizontalOffset 屬性

定義

取得或設定值,這個值表示相對於文字元素放置索引鍵提示的左邊或右邊。

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"/>

屬性值

Double

double

移動 KeyTip 的圖元數目。 正值將它向右移動。 負值將它向左移動。

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

適用於

另請參閱