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


In This Topic
    Inverted Property (NFlowLayout)
    In This Topic
    Gets/sets if the lanes are layouted from the first to the last (by default) or from the last to the first (inverted). By default set to false.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets if the lanes are layouted from the first to the last (by default) or from the last to the first (inverted). By default set to false.")>
    <System.ComponentModel.DefaultValueAttribute(False)>
    Public Property Inverted As System.Boolean
    'Usage
     
    
    Dim instance As NFlowLayout
    Dim value As System.Boolean
     
    instance.Inverted = value
     
    value = instance.Inverted
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets if the lanes are layouted from the first to the last (by default) or from the last to the first (inverted). By default set to false.")]
    [System.ComponentModel.DefaultValue(false)]
    public System.bool Inverted {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