Gets the line cap style used at the end of lines drawn with this
Pen.
'Declaration
Public Property LineCap As LineCap
'Usage
Dim instance As Pen
Dim value As LineCap
instance.LineCap = value
value = instance.LineCap
Property Value
A
LineCap that represents the line cap style used at the end of lines drawn with this
Pen.