'Declaration
<System.ComponentModel.CategoryAttribute("Grid")> <System.ComponentModel.DescriptionAttribute("Gets/sets the grid cell size")> Public Property GridSize As NSizeF
'Usage
Dim instance As NSmartShapeCanvasSettings Dim value As NSizeF instance.GridSize = value value = instance.GridSize
[System.ComponentModel.Category("Grid")] [System.ComponentModel.Description("Gets/sets the grid cell size")] public NSizeF GridSize {get; set;}