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