Nevron .NET Vision
Nevron.Diagram.Templates Namespace / NGenericTreeTemplate Class / Levels Property


In This Topic
    Levels Property (NGenericTreeTemplate)
    In This Topic
    Gets/sets the tree levels count
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Tree")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the tree levels count")>
    <System.ComponentModel.DefaultValueAttribute(3)>
    Public Property Levels As System.Integer
    'Usage
     
    
    Dim instance As NGenericTreeTemplate
    Dim value As System.Integer
     
    instance.Levels = value
     
    value = instance.Levels
    [System.ComponentModel.Category("Tree")]
    [System.ComponentModel.Description("Gets/sets the tree levels count")]
    [System.ComponentModel.DefaultValue(3)]
    public System.int Levels {get; set;}
    Remarks
    By default set to 3
    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