IFormattedLineSource::BaseIndentation Property

 

Gets the base indentation (in logical pixels) for all lines generated by this source.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

property double BaseIndentation {
	double get();
}

Property Value

Type: System::Double

The 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.

Return to top
Show: