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