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