'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Determines the sizing mode of the grid cells.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property GridCellSizeMode As GridCellSizeMode
'Usage
Dim instance As NOrthogonalGraphLayout Dim value As GridCellSizeMode instance.GridCellSizeMode = value value = instance.GridCellSizeMode
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines the sizing mode of the grid cells.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public GridCellSizeMode GridCellSizeMode {get; set;}