'Declaration <CategoryAttribute("Edge Rounding")> <DescriptionAttribute("The amount of rounding when the image frame has round edges.")> <DefaultValueAttribute(50)> Public Property OuterEdgePercent As Single
'Usage Dim instance As ImageFrame Dim value As Single instance.OuterEdgePercent = value value = instance.OuterEdgePercent
[Category("Edge Rounding")] [Description("The amount of rounding when the image frame has round edges.")] [DefaultValue(50)] public float OuterEdgePercent {get; set;}