다음을 통해 공유


EditorFormatDefinition.ForegroundColor 속성

이 항목에 대한 전경색을 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Classification
어셈블리:  Microsoft.VisualStudio.Text.UI.Wpf(Microsoft.VisualStudio.Text.UI.Wpf.dll)

구문

‘선언
Public Property ForegroundColor As Nullable(Of Color)
public Nullable<Color> ForegroundColor { get; protected set; }
public:
property Nullable<Color> ForegroundColor {
    Nullable<Color> get ();
    protected: void set (Nullable<Color> value);
}
member ForegroundColor : Nullable<Color> with get, set
function get ForegroundColor () : Nullable<Color>
protected function set ForegroundColor (value : Nullable<Color>)

속성 값

형식: Nullable<Color>
전경색입니다.

설명

전경 브러시를 설정 하는 경우이 색은 무시 됩니다.

.NET Framework 보안

참고 항목

참조

EditorFormatDefinition 클래스

Microsoft.VisualStudio.Text.Classification 네임스페이스