IFormattedLineSource.MaxAutoIndent 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 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.