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


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