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