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)

Syntax

'Declaration
ReadOnly Property ColumnWidth As Double
double ColumnWidth { get; }
property double ColumnWidth {
    double get ();
}
abstract ColumnWidth : float
function get ColumnWidth () : double

Property Value

Type: System.Double
The width of a column in pixels.

Remarks

This is used to determine the location of tab stops.

.NET Framework Security

See Also

Reference

IFormattedLineSource Interface

Microsoft.VisualStudio.Text.Formatting Namespace