Nevron .NET Vision
Nevron.Diagram Namespace / NLayoutData Class / LayerIndex Property


In This Topic
    LayerIndex Property
    In This Topic
    Determines layer index of the node when Layered Graph Layout is applied. By default set to -1, which means that the index will be determined automatically.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Shape 2D Layout")>
    <System.ComponentModel.DescriptionAttribute("Determines layer index of the node when Layered Graph Layout is applied. By default set to -1, which means that the index will be determined automatically.")>
    <System.ComponentModel.DefaultValueAttribute(-1)>
    Public Property LayerIndex As System.Integer
    'Usage
     
    
    Dim instance As NLayoutData
    Dim value As System.Integer
     
    instance.LayerIndex = value
     
    value = instance.LayerIndex
    [System.ComponentModel.Category("Shape 2D Layout")]
    [System.ComponentModel.Description("Determines layer index of the node when Layered Graph Layout is applied. By default set to -1, which means that the index will be determined automatically.")]
    [System.ComponentModel.DefaultValue(-1)]
    public System.int LayerIndex {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