'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Determines the inter cell spacing of the grid cells.")> <System.ComponentModel.DefaultValueAttribute(10)> Public Property CellSpacing As System.Single
'Usage
Dim instance As NOrthogonalGraphLayout Dim value As System.Single instance.CellSpacing = value value = instance.CellSpacing
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines the inter cell spacing of the grid cells.")] [System.ComponentModel.DefaultValue(10)] public System.float CellSpacing {get; set;}