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。
備註
值為 0.0f 表示 TargetRect
應該在檢視區中靠左對齊。 值為 1.0f 表示它應該靠右對齊。 值為 0.5 表示 TargetRect
在檢視區中水準置中。