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


In This Topic
LineEndTail Property
In This Topic
Gets a custom cap to use at the end of lines drawn with this Pen.
Syntax
'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.
See Also