LineJoin Property (PenEx)
In This Topic
Gets or sets the join style for the ends of two consecutive lines drawn with this Pen.
Syntax
'Declaration
Public MustOverride Property LineJoin As LineJoin
public abstract LineJoin LineJoin {get; set;}
See Also