StripLine.Text プロパティ

定義

背景の縞模様のテキストを取得または設定します。

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string Text { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Text : string with get, set
Public Property Text As String

プロパティ値

背景の縞模様のテキストを表す string 値。

属性

注釈

このプロパティを使用して、ストリップラインにテキストを追加します。

適用対象