Gets the join style for the ends of two consecutive lines drawn with this
Pen.
'Declaration
Public Property LineJoin As LineJoin
'Usage
Dim instance As Pen
Dim value As LineJoin
instance.LineJoin = value
value = instance.LineJoin
Property Value
A
LineJoin that represents the join style for the ends of two consecutive lines drawn with this
Pen.