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

    Property Value

    This defaults to 10x10. If given a negative value, it is set to 0.
    See Also