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