다음을 통해 공유


AmbientTheme.SelectionForegroundBrush 속성

정의

워크플로 디자인 화면에 표시되는 선택된 항목과 연결되어 있고 그래픽 도형을 채우는 데 사용된 앰비언트 전경 브러시를 가져옵니다.

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

디자인 화면에 있는 워크플로의 읽기 전용 항목과 연결된 브러시를 나타내는 Brush입니다.

특성

설명

이 속성에 null 참조(Visual Basic에서는 Nothing)가 포함된 경우에는 기본적으로 현재 SolidBrush 속성 값으로 설정된 색과 함께 SelectionForeColor 개체를 반환합니다.

적용 대상