BringIntoViewOptions.VerticalAlignmentRatio 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
控制 與檢視區水準軸相關的水準軸 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。
備註
值為 0.0f 表示 TargetRect
應該在檢視區中靠上對齊。 值為 1.0f 表示它應該靠下對齊。 值為 0.5 表示 TargetRect
在檢視區中垂直置中。