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
的水準距離。
備註
這提供簡單的方法,讓您從檢視區的左邊緣或右邊緣放置某個元素。