'Declaration <DescriptionAttribute("The font of the tabs contained in the MDI tabstrips.")> <CategoryAttribute("Appearance")> Public Property TabFont As Font
'Usage Dim instance As TabbedMdiTabStripAppearance Dim value As Font instance.TabFont = value value = instance.TabFont
[Description("The font of the tabs contained in the MDI tabstrips.")] [Category("Appearance")] public Font TabFont {get; set;}