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