IFormattedLineSource.BaseIndentation Property

Definition

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.

Applies to