'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
[System.ComponentModel.Category("Spacing")] [System.ComponentModel.Description("Controls the mode in which the cell size is determined")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public AutoStepMode CellSizeMode {get; set;}