Label.Text プロパティ

定義

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

public string Text { get; set; }
member this.Text : string with get, set

プロパティ値

System.String

System.String Label の内部に表示される値。

注釈

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

適用対象