GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoRoundedRectangle Class / Corner Property
In This Topic
    Corner Property (GoRoundedRectangle)
    In This Topic
    Gets or sets the maximum radial width and height of each corner.
    Syntax
    [Category("Appearance")]
    [TypeConverter(Northwoods.Go.GoSizeFConverter)]
    [Description("The maximum radial width and height of each corner")]
    public virtual SizeF Corner {get; set;}

    Property Value

    The default value is 10x10. Both the width and the height must be non-negative; only when both are positive will there be arcs at each corner.
    See Also