TextFormattingRunProperties::Italic Property

 

Determines whether the formatting is made explicitly italic.

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

public:
property bool Italic {
	bool get();
}

Property Value

Type: System::Boolean

true if the formatting is made explicitly italic, otherwise false.

Returns false if ItalicEmpty is true.

Return to top
Show: