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