GoDiagram Web Reference
GoStrokeStyle Enumeration

Specifies the kind of curve drawn between the points of the stroke.
Syntax
'Declaration
 
Public Enum GoStrokeStyle 
   Inherits System.Enum
public enum GoStrokeStyle : System.Enum 
Members
MemberDescription
BezierA Bezier curve is drawn using four points: a start point, two control points, and an end point. Additional sets of three points specify additional Bezier curves, where the new start point is the old end point.
LineA straight line is drawn between each two consecutive points in the GoStroke.
RoundedLineRounded line is like Line but with curves at each point where the lines intersect. Currently this is only implemented for adjacent segments that intersect at right angles.
RoundedLineWithJumpGapsLike RoundedLineWithJumpOvers but the path has a gap across intersections with other strokes that have this style.
RoundedLineWithJumpOversLike RoundedLine but the path also "jumps" or "hops" over intersections with other strokes that have this style.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoWeb.GoStrokeStyle

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