'Declaration
<System.ComponentModel.CategoryAttribute("Grid")> <System.ComponentModel.DescriptionAttribute("Gets/sets the color of the grid lines")> Public Property GridColor As System.Drawing.Color
'Usage
Dim instance As NSmartShapeCanvasSettings Dim value As System.Drawing.Color instance.GridColor = value value = instance.GridColor
[System.ComponentModel.Category("Grid")] [System.ComponentModel.Description("Gets/sets the color of the grid lines")] public System.Drawing.Color GridColor {get; set;}