다음을 통해 공유


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

‘선언
ReadOnly Property ColumnWidth As Double
    Get
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