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