FontsAndColorsCategory::FontCategory Property

 

Gets or sets the font category.

Namespace:   Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

public:
property Guid FontCategory {
	[CompilerGeneratedAttribute]
	Guid get();
	[CompilerGeneratedAttribute]
	protected: void set(Guid value);
}

Property Value

Type: System::Guid

The font category.

Return to top
Show: