共用方式為


BringIntoViewOptions.VerticalAlignmentRatio 屬性

定義

控制 TargetRect 的水準軸相對於檢視區水準軸的位置。 此值會從 0.0f 限制為 1.0f,0.0f 代表上層水準邊緣,而 1.0f 則代表底端水準邊緣。 根據預設,這會設定為 0.0f。

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

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

屬性值

Double

double

值,指定 TargetRect 的水準軸相對於檢視區水準軸的位置。 預設值為 0.0f。

Windows 需求

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

備註

值為 0.0f 表示 TargetRect 應該在檢視區中靠上對齊。 值為 1.0f 表示它應該靠下對齊。 值為 0.5 表示 TargetRect 在檢視區中垂直置中。

適用於