'Declaration <DescriptionAttribute("The height, in pixels, of the captions.")> <CategoryAttribute("Appearance")> Public Property Height As Integer
'Usage Dim instance As CaptionAppearance Dim value As Integer instance.Height = value value = instance.Height
[Description("The height, in pixels, of the captions.")] [Category("Appearance")] public int Height {get; set;}