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