ClassificationFormatDefinition::IsItalic Property

 

Determines whether the text should be italic.

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

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

Property Value

Type: System::Nullable<Boolean>

true if the text is italic, otherwise false.

This value will override the italic settings in the FontTypeface property if this classification format has a higher priority.

Return to top
Show: