'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NSizeFTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("Spacing")> <System.ComponentModel.DescriptionAttribute("Specifies the cell size when the CellSizeMode is set to Fixed (in grid measurement units)")> Public Property FixedCellSize As NSizeF
'Usage
Dim instance As NGrid Dim value As NSizeF instance.FixedCellSize = value value = instance.FixedCellSize
[System.ComponentModel.Editor(Nevron.Editors.NSizeFTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("Spacing")] [System.ComponentModel.Description("Specifies the cell size when the CellSizeMode is set to Fixed (in grid measurement units)")] public NSizeF FixedCellSize {get; set;}