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

    Property Value

    The default value is 0x0. Both the width and the height must be non-negative; only when both are positive will there be arcs at each corner.
    Remarks
    Of course, when there is a CollapsedObject the border is not drawn, because that collapsed-object is shown instead.
    See Also