'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.")> Public Property Inverted As System.Boolean
'Usage
Dim instance As NTableLayout 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.")] public System.bool Inverted {get; set;}