IFormattedLineSource.BaseIndentation 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 base indentation (in logical pixels) for all lines generated by this source.
public:
property double BaseIndentation { double get(); };
public:
property double BaseIndentation { double get(); };
public double BaseIndentation { get; }
member this.BaseIndentation : double
Public ReadOnly Property BaseIndentation As Double
Property Value
The base indentation (in logical pixels) for all lines generated by this source.
Remarks
This is generally a small value like 2.0, so that some characters (such as an italic slash) will not be clipped by the left edge of the view.