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