GridCellLengthAttribute(Double) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.