AmbientTheme.SelectionForegroundBrush 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
워크플로 디자인 화면에 표시된 선택한 항목과 연결된 그래픽 셰이프를 채우는 데 사용되는 주변 전경 브러시를 가져옵니다.
public:
property System::Drawing::Brush ^ SelectionForegroundBrush { System::Drawing::Brush ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Brush SelectionForegroundBrush { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectionForegroundBrush : System.Drawing.Brush
Public ReadOnly Property SelectionForegroundBrush As Brush
속성 값
Brush 디자인 화면의 워크플로에서 읽기 전용 항목과 연결된 브러시를 나타내는 A입니다.
- 특성
설명
이 속성에 null 참조(NothingVisual Basic)가 포함되어 있으면 기본적으로 색이 현재 SelectionForeColor 속성 값으로 설정된 개체를 반환 SolidBrush 합니다.