ClassificationFormatDefinition::IsBold Property

 

Determines whether the text should be bold.

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

public:
property Nullable<bool> IsBold {
	[CompilerGeneratedAttribute]
	Nullable<bool> get();
	[CompilerGeneratedAttribute]
	protected: void set(Nullable<bool> value);
}

Property Value

Type: System::Nullable<Boolean>

true if the text is bold, otherwise false.

This value overrides the bold settings in the FontTypeface property if this classification format has a higher priority.

Return to top
Show: