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


In This Topic
    JustifyLanes Property
    In This Topic
    Gets/sets whether the cells in the lanes must be justified or not. Only applicable if ConstrainMode is Size. By default set to false.
    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
    [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;}
    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