IFormattedLineSource.WordWrapWidth Property

Definition

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 : double
Public ReadOnly Property WordWrapWidth As Double

Property 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.

Applies to