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