Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Pen Class / LineJoin Property


In This Topic
LineJoin Property
In This Topic
Gets the join style for the ends of two consecutive lines drawn with this Pen.
Syntax
'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.
See Also