'Declaration
<System.ComponentModel.CategoryAttribute("Grid")> <System.ComponentModel.DescriptionAttribute("Specifies whether the grid vertices are connected")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property ConnectGrid As System.Boolean
'Usage
Dim instance As NRectangularGridTemplate Dim value As System.Boolean instance.ConnectGrid = value value = instance.ConnectGrid
[System.ComponentModel.Category("Grid")] [System.ComponentModel.Description("Specifies whether the grid vertices are connected")] [System.ComponentModel.DefaultValue(true)] public System.bool ConnectGrid {get; set;}