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