'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;}