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