TextBoxBase.SelectionTextBrush プロパティ

定義

選択したテキストに使用されるブラシを定義する値を取得または設定します。

public:
 property System::Windows::Media::Brush ^ SelectionTextBrush { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
public System.Windows.Media.Brush SelectionTextBrush { get; set; }
member this.SelectionTextBrush : System.Windows.Media.Brush with get, set
Public Property SelectionTextBrush As Brush

プロパティ値

選択したテキストに使用されるブラシ。

注釈

既定値は、 SolidColorBrush 強調表示されたテキストのシステム定義の色を持つ です。

適用対象