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


CellSizeMode Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Spacing")>
<System.ComponentModel.DescriptionAttribute("Controls the mode in which the cell size is determined")>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property CellSizeMode As AutoStepMode
 
'Usage
 
Dim instance As NGrid
Dim value As AutoStepMode
 
instance.CellSizeMode = value
 
value = instance.CellSizeMode
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