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