BringIntoViewOptions.HorizontalOffset 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在滿足所要求 HorizontalAlignmentRatio之後,要加入至 TargetRect 檢視區相對位置的水準距離。
public:
property double HorizontalOffset { double get(); void set(double value); };
double HorizontalOffset();
void HorizontalOffset(double value);
public double HorizontalOffset { get; set; }
var double = bringIntoViewOptions.horizontalOffset;
bringIntoViewOptions.horizontalOffset = double;
Public Property HorizontalOffset As Double
屬性值
Double
double
滿足所要求 HorizontalAlignmentRatio之後,要新增至 TargetRect 檢視區相對位置的水準距離。
Windows 需求
裝置系列 |
Windows 10, version 1803 (已於 10.0.17134.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)
|
備註
這提供從檢視區左邊緣或右邊緣放置元素的簡單方式。