'Declaration <DescriptionAttribute("The amount of rounding of the outer edges relative to the corner and tube size.")> <DefaultValueAttribute()> <CategoryAttribute("Edge Rounding")> Public Property InnerEdgePercent As Single
'Usage Dim instance As ImageFrame Dim value As Single instance.InnerEdgePercent = value value = instance.InnerEdgePercent
[Description("The amount of rounding of the outer edges relative to the corner and tube size.")] [DefaultValue()] [Category("Edge Rounding")] public float InnerEdgePercent {get; set;}