TextFormattingRunProperties::SetItalic Method (Boolean)

 

Gets a new TextFormattingRunProperties with the properties of this one but with the Italic property set to the italic value.

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

public:
TextFormattingRunProperties^ SetItalic(
	bool isItalic
)

Parameters

isItalic
Type: System::Boolean

true if text formatting is to be italic, otherwise false.

Return to top
Show: