GoDiagram Web Reference
GoLinkAdjustingStyle Enumeration

Specifies how GoLink.GoLink.CalculateStroke should determine the points of the link's stroke.
Syntax
'Declaration
 
Public Enum GoLinkAdjustingStyle 
   Inherits System.Enum
public enum GoLinkAdjustingStyle : System.Enum 
Members
MemberDescription
CalculateClear all of the existing points and add points for the standard kinds of strokes.
EndWhen 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.
ScaleWhen 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.
StretchWhen 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoWeb.GoLinkAdjustingStyle

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Northwoods.GoWeb Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback