다음을 통해 공유


ClassificationFormatDefinition.FontTypeface 속성

이 분류 서식에 대한 Typeface를 가져오거나 설정합니다.

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

구문

‘선언
Public Property FontTypeface As Typeface
public Typeface FontTypeface { get; protected set; }
public:
property Typeface^ FontTypeface {
    Typeface^ get ();
    protected: void set (Typeface^ value);
}
member FontTypeface : Typeface with get, set
function get FontTypeface () : Typeface 
protected function set FontTypeface (value : Typeface)

속성 값

형식: Typeface
서체입니다.

설명

이 서체에서 특정 값을 (굵게, 기울임꼴)는 순위가 더 높은 다른 형식 정의에서 재정의할 수 있습니다.

.NET Framework 보안

참고 항목

참조

ClassificationFormatDefinition 클래스

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