LineFormat.JoinType

LineFormat.JoinType property

Specifies the line join type.

public LineJoinType JoinType { get; set; }

Examples


[C#]
lineFmt.JoinType = LineJoinType.Round;

See Also