Label.FormattedText プロパティ

定義

Label の書式付きテキストを取得または設定します。 これはバインド可能なプロパティです。

public Xamarin.Forms.FormattedString FormattedText { get; set; }
member this.FormattedText : Xamarin.Forms.FormattedString with get, set

プロパティ値

FormattedString Label の内部に表示される値。 これはバインド可能なプロパティです。

注釈

FormattedText を null 以外の値に設定すると、Text プロパティが null に設定されます。

適用対象