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