Nevron.Diagram.Layout Namespace / NFlowLayout Class / JustifyLanes Property


JustifyLanes Property
Syntax
'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
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