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