Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NConstrainedCellsLayout Class / MaxOrdinal Property


In This Topic
    MaxOrdinal Property
    In This Topic
    Gets/sets the maximum ordinal to which the layout can expand. Only applicable if ConstrainMode is set to Ordinal.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the maximum ordinal to which the layout can expand. Only applicable if ConstrainMode is set to Ordinal.")>
    <System.ComponentModel.DefaultValueAttribute(5)>
    Public Property MaxOrdinal As System.Integer
    'Usage
     
    
    Dim instance As NConstrainedCellsLayout
    Dim value As System.Integer
     
    instance.MaxOrdinal = value
     
    value = instance.MaxOrdinal
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the maximum ordinal to which the layout can expand. Only applicable if ConstrainMode is set to Ordinal.")]
    [System.ComponentModel.DefaultValue(5)]
    public System.int MaxOrdinal {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