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 with get
function get ColumnWidth () : double
Property Value
Type: Double
The width of a column in pixels.
Remarks
This is used to determine the location of tab stops.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.