Nevron .NET Vision
Nevron.Diagram.Templates Namespace / NFamilyTreeTemplate Class / ChildrenCount Property


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