Search
Pen.LineJoin Property
See Also
 






Gets or sets the join style for the ends of two consecutive lines drawn with this Pen object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public LineJoin LineJoin { get; set; }

Visual Basic  Copy Code

Public Property LineJoin As LineJoin

 Property Value

 See Also