'Declaration
<System.ComponentModel.CategoryAttribute("Grid")> <System.ComponentModel.DescriptionAttribute("Gets/sets the levels count of the triangluar grid")> <System.ComponentModel.DefaultValueAttribute(3)> Public Property Levels As System.Integer
'Usage
Dim instance As NTriangularGridTemplate Dim value As System.Integer instance.Levels = value value = instance.Levels
[System.ComponentModel.Category("Grid")] [System.ComponentModel.Description("Gets/sets the levels count of the triangluar grid")] [System.ComponentModel.DefaultValue(3)] public System.int Levels {get; set;}