GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLinkAdjustingStyle Enumeration
In This Topic
    GoLinkAdjustingStyle Enumeration
    In This Topic
    Specifies how GoLink.GoLink.CalculateStroke should determine the points of the link's stroke.
    Syntax
    public enum GoLinkAdjustingStyle : System.Enum 
    Members
    MemberDescription
    Calculate Clear all of the existing points and add points for the standard kinds of strokes.
    End When there are more than the standard number of points in the stroke, or if the stroke is orthogonal, just modify the end points, while leaving the intermediate points unchanged.
    Scale When there are more than the standard number of points in the stroke, scale and rotate the intermediate points so that the link's shape stays approximately the same.
    Stretch When there are more than the standard number of points in the stroke, linearly interpolate the intermediate points along the X and Y dimensions between the ports.
    See Also