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


In This Topic
    Balanced Property
    In This Topic
    Gets/sets if the tree is balanced or not
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Tree")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets if the tree is balanced or not")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property Balanced As System.Boolean
    'Usage
     
    
    Dim instance As NGenericTreeTemplate
    Dim value As System.Boolean
     
    instance.Balanced = value
     
    value = instance.Balanced
    [System.ComponentModel.Category("Tree")]
    [System.ComponentModel.Description("Gets/sets if the tree is balanced or not")]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool Balanced {get; set;}
    Remarks
    By default set to true
    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