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

속성 값

Brush

선택한 텍스트에 사용되는 브러시입니다.

설명

기본값은 SolidColorBrush 강조 표시된 텍스트의 시스템 정의 색을 사용하는 것입니다.

적용 대상