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)

Syntax

'Declaration
ReadOnly Property UseDisplayMode As Boolean
bool UseDisplayMode { get; }
property bool UseDisplayMode {
    bool get ();
}
abstract UseDisplayMode : bool with get
function get UseDisplayMode () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

IFormattedLineSource Interface

Microsoft.VisualStudio.Text.Formatting Namespace