IFormattedLineSource::UseDisplayMode Property

 

Determines whether the formatter uses Display for format text.

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

property bool UseDisplayMode {
	bool get();
}

Property Value

Type: System::Boolean

true if the formatter uses Display for format text, otherwise false.

Return to top
Show: