'Declaration <DescriptionAttribute("The font of the selected tab.")> <CategoryAttribute("Appearance")> Public Property SelectedTabFont As Font
'Usage Dim instance As TabbedMdiTabStripAppearance Dim value As Font instance.SelectedTabFont = value value = instance.SelectedTabFont
[Description("The font of the selected tab.")] [Category("Appearance")] public Font SelectedTabFont {get; set;}