UIElement.KeyTipHorizontalOffset 屬性

定義

取得或設定值,指出索引鍵提示相對於 UIElement 的左邊或右邊。

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

屬性值

Double

double

移動索引鍵提示的圖元數目。 正值將它向右移動。 負值將它向左移動。

Windows 需求

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

適用於