'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets whether the cells in the lanes must be justified or not. Only applicable if ConstrainMode is Size. By default set to false.")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property JustifyLanes As System.Boolean
'Usage
Dim instance As NFlowLayout Dim value As System.Boolean instance.JustifyLanes = value value = instance.JustifyLanes
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets whether the cells in the lanes must be justified or not. Only applicable if ConstrainMode is Size. By default set to false.")] [System.ComponentModel.DefaultValue(false)] public System.bool JustifyLanes {get; set;}