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