IFormattedLineSource.MaxAutoIndent Property

Definition

Gets the maximum auto-indent for wrapped lines.

public:
 property double MaxAutoIndent { double get(); };
public:
 property double MaxAutoIndent { double get(); };
public double MaxAutoIndent { get; }
member this.MaxAutoIndent : double
Public ReadOnly Property MaxAutoIndent As Double

Property Value

The maximum auto-indent for wrapped lines.

Remarks

If a long line is word-wrapped, then all the line fragments after the first will be indented by the amount of leading white space on the first line, or MaxAutoIndent, whichever is smaller.

Applies to