GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoLink Class
/ IsSelfLoop Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
IsSelfLoop Property
In This Topic
Return true when both ports are the same.
Syntax
C#
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
Reference
GoLink Class
GoLink Members