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


In This Topic
LineCap Property
In This Topic
Gets the line cap style used at the end of lines drawn with this Pen.
Syntax
'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.
See Also