GridCellLengthAttribute Constructor

Initializes a new instance of GridCellLengthAttribute.

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

Syntax

'Declaration
Public Sub New ( _
    cellLength As Double _
)
public GridCellLengthAttribute(
    double cellLength
)
public:
GridCellLengthAttribute(
    double cellLength
)
new : 
        cellLength:float -> GridCellLengthAttribute
public function GridCellLengthAttribute(
    cellLength : double
)

Parameters

.NET Framework Security

See Also

Reference

GridCellLengthAttribute Class

Microsoft.VisualStudio.Text.Editor Namespace