Gets or sets the starting cap for the line.
public virtual LineCap StartCap {get; set;}
'Declaration
Public Overridable Property StartCap As LineCap
'Usage
Dim instance As LineShape
Dim value As LineCap
instance.StartCap = value
value = instance.StartCap