Nevron.Diagram.Templates Namespace / NGenericTreeTemplate Class / LayoutScheme Property


In This Topic
    LayoutScheme Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Tree")>
    <System.ComponentModel.DescriptionAttribute("Specifies the tree layout scheme")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property LayoutScheme As TreeLayoutScheme
    'Usage
     
    
    Dim instance As NGenericTreeTemplate
    Dim value As TreeLayoutScheme
     
    instance.LayoutScheme = value
     
    value = instance.LayoutScheme
    [System.ComponentModel.Category("Tree")]
    [System.ComponentModel.Description("Specifies the tree layout scheme")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public TreeLayoutScheme LayoutScheme {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