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


In This Topic
    LayoutExpand Property
    In This Topic
    Specifies the tree layout expand
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Tree")>
    <System.ComponentModel.DescriptionAttribute("Specifies the tree layout expand")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property LayoutExpand As LayoutDirection
    'Usage
     
    
    Dim instance As NGenericTreeTemplate
    Dim value As LayoutDirection
     
    instance.LayoutExpand = value
     
    value = instance.LayoutExpand
    [System.ComponentModel.Category("Tree")]
    [System.ComponentModel.Description("Specifies the tree layout expand")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public LayoutDirection LayoutExpand {get; set;}
    Remarks
    By default set to TopToBottom
    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