ClassificationFormatDefinition::FontTypeface Property

 

Gets or sets the Typeface for this classification format.

Namespace:   Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

public:
property Typeface^ FontTypeface {
	[CompilerGeneratedAttribute]
	Typeface^ get();
	[CompilerGeneratedAttribute]
	protected: void set(Typeface^ value);
}

Property Value

Type: System.Windows.Media::Typeface^

The typeface.

Certain values (bold, italic) in this typeface can be overridden by other format definitions that have a higher priority.

Return to top
Show: