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