Gets a custom cap to use at the beginning of lines drawn with this
Pen.
'Declaration
Public Property LineEndHead As CustomLineEnd
'Usage
Dim instance As Pen
Dim value As CustomLineEnd
instance.LineEndHead = value
value = instance.LineEndHead
Property Value
A
CustomLineEnd that represents the cap used at the beginning of lines drawn with this
Pen.