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