BringIntoViewOptions.HorizontalAlignmentRatio 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
控制 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 水準置中于檢視區中。