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