GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLink Class / IsSelfLoop Property
In This Topic
    IsSelfLoop Property
    In This Topic
    Return true when both ports are the same.
    Syntax
    public virtual bool IsSelfLoop {get;}

    Property Value

    By default this is true when both ports are the same and non-null.
    Remarks
    This is used by CalculateStroke and Style. When this property is true, the link is drawn as a Bezier style stroke in a loop.
    See Also