IFormattedLineSource::BaseIndentation Property
Visual Studio 2015
Gets the base indentation (in logical pixels) for all lines generated by this source.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Property Value
Type: System::DoubleThe base indentation (in logical pixels) for all lines generated by this source.
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.
Show: