LineCap Property
LineCap
Gets the line cap style used at the end of lines drawn with this Pen.
Declaration
public LineCap LineCap { get; set; }
Public Property LineCap As LineCap
Property Value
Type |
Description |
LineCap |
A LineCap that represents the line cap style used at the end of lines drawn with this Pen.
|