'Declaration <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <DescriptionAttribute("The orientation of the tab-groups.")> <CategoryAttribute("Appearance")> Public Property TabGroupOrientation As Orientation
'Usage Dim instance As TabbedMdiManager Dim value As Orientation instance.TabGroupOrientation = value value = instance.TabGroupOrientation
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Description("The orientation of the tab-groups.")] [Category("Appearance")] public Orientation TabGroupOrientation {get; set;}