IFormattedLineSource::ColumnWidth Property

 

Gets the width of a column in pixels.

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

property double ColumnWidth {
	double get();
}

Property Value

Type: System::Double

The width of a column in pixels.

This is used to determine the location of tab stops.

Return to top
Show: