GridCellLengthAttribute(Double) Constructor

Definition

Constructs a GridCellLengthAttribute.

public:
 GridCellLengthAttribute(double cellLength);
public:
 GridCellLengthAttribute(double cellLength);
 GridCellLengthAttribute(double cellLength);
public GridCellLengthAttribute (double cellLength);
new Microsoft.VisualStudio.Text.Editor.GridCellLengthAttribute : double -> Microsoft.VisualStudio.Text.Editor.GridCellLengthAttribute
Public Sub New (cellLength As Double)

Parameters

cellLength
Double

The length of the grid cell.

Applies to