IFormattedLineSource.WordWrapWidth Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the width (in logical pixels) where the formatted text will be broken into multiple lines.
public:
 property double WordWrapWidth { double get(); };public:
 property double WordWrapWidth { double get(); };public double WordWrapWidth { get; }member this.WordWrapWidth : doublePublic ReadOnly Property WordWrapWidth As DoubleProperty Value
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.