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)

property double WordWrapWidth {
	double get();
}

Property Value

Type: System::Double

The width (in logical pixels) where the formatted text will be broken into multiple lines.

The value 0.0 means that lines should never be broken.

Return to top
Show: