StartCap Property (PenEx)
In This Topic
Gets or sets the cap style used at the beginning of lines drawn with this PenEx object.
Syntax
'Declaration
Public MustOverride Property StartCap As LineCap
public abstract LineCap StartCap {get; set;}
See Also