Gets or sets the join style for the ends of two consecutive lines drawn with this pen.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public LineJoin LineJoin { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LineJoin As LineJoin |
A member of the LineJoin enumeration that represents the join style for the ends of two consecutive lines.
See Also