'Declaration <CategoryAttribute("Tube Sizes")> <DescriptionAttribute("The height of the top tube of the image frame.")> <DefaultValueAttribute(20)> Public Property TopTubeSize As Single
'Usage Dim instance As ImageFrame Dim value As Single instance.TopTubeSize = value value = instance.TopTubeSize
[Category("Tube Sizes")] [Description("The height of the top tube of the image frame.")] [DefaultValue(20)] public float TopTubeSize {get; set;}