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