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