IFormattedLineSource.WordWrapWidth Property
Gets the width (in logical pixels) where the formatted text will be broken into multiple lines.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
ReadOnly Property WordWrapWidth As Double
double WordWrapWidth { get; }
property double WordWrapWidth {
double get ();
}
abstract WordWrapWidth : float with get
function get WordWrapWidth () : double
Property Value
Type: System.Double
The width (in logical pixels) where the formatted text will be broken into multiple lines.
Remarks
The value 0.0 means that lines should never be broken.
.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.