共用方式為


BringIntoViewOptions.VerticalOffset 屬性

定義

取得或設定在滿足要求的VerticalAlignmentRatio之後,要新增至 檢視區相對位置 TargetRect 的垂直距離。

public:
 property double VerticalOffset { double get(); void set(double value); };
double VerticalOffset();

void VerticalOffset(double value);
public double VerticalOffset { get; set; }
var double = bringIntoViewOptions.verticalOffset;
bringIntoViewOptions.verticalOffset = double;
Public Property VerticalOffset As Double

屬性值

Double

double

滿足要求的VerticalAlignmentRatio之後,要新增至 檢視區相對位置 TargetRect 的垂直距離。

備註

這提供簡單的方法,從檢視區頂端或底部邊緣放置某個專案。

適用於