共用方式為


BringIntoViewOptions.HorizontalOffset 屬性

定義

取得或設定在滿足所要求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 的水準距離。

備註

這提供簡單的方法,讓您從檢視區的左邊緣或右邊緣放置某個元素。

適用於