Nevron.Diagram.WinForm Namespace / NGrid Class / FixedCellSize Property


FixedCellSize Property
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also