共用方式為


BringIntoViewOptions.HorizontalAlignmentRatio 屬性

定義

控制 TargetRect 垂直軸相對於檢視區垂直軸的位置。 此值會從 0.0f 限制為 1.0f,0.0f 代表左垂直邊緣,而 1.0f 則代表右垂直邊緣。 根據預設,這會設定為 0.0f。

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

void HorizontalAlignmentRatio(double value);
public double HorizontalAlignmentRatio { get; set; }
var double = bringIntoViewOptions.horizontalAlignmentRatio;
bringIntoViewOptions.horizontalAlignmentRatio = double;
Public Property HorizontalAlignmentRatio 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 水準置中于檢視區中。

適用於