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