'Declaration <DefaultValueAttribute()> <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()] [Description("The orientation of the tab-groups.")] [Category("Appearance")] public Orientation TabGroupOrientation {get; set;}