RibbonTextBox.FocusedBorderBrush 속성

정의

컨트롤에 포커스가 있을 때 해당 컨트롤의 바깥쪽 테두리를 그리는 데 사용하는 브러시를 가져오거나 설정합니다.

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

속성 값

Brush

컨트롤에 포커스가 있을 때 해당 컨트롤의 바깥쪽 테두리를 그리는 데 사용하는 브러시입니다. 등록된 기본값은 null입니다. 값에 영향을 줄 수 있는 요소에 대한 자세한 내용은 종속성 속성 값 우선 순위를 참조하세요.

설명

종속성 속성 정보

식별자 필드 FocusedBorderBrushProperty
메타 데이터 속성 설정 true 없음

적용 대상