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