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: System.Boolean
true if the formatter uses Display for format text, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.