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