Label.YAlign プロパティ

定義

注意事項

YAlign is obsolete as of version 2.0.0. Please use VerticalTextAlignment instead.

バインドされる Label 内の Text に対する垂直方向の配置を取得または設定します。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("YAlign is obsolete as of version 2.0.0. Please use VerticalTextAlignment instead.")]
public Xamarin.Forms.TextAlignment YAlign { get; set; }
member this.YAlign : Xamarin.Forms.TextAlignment with get, set

プロパティ値

TextAlignment 値。 既定値は です Start。つまり、テキストは上揃えです。

属性
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

適用対象