共用方式為


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 檢視區相對位置的垂直距離。

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)

備註

這提供簡單的方法,從檢視區的上邊緣或下邊緣放置某個專案。

適用於