LineJoin Property
LineJoin
Gets the join style for the ends of two consecutive lines drawn with this Pen.
Declaration
public LineJoin LineJoin { get; set; }
Public Property LineJoin As LineJoin
Property Value
Type |
Description |
LineJoin |
A LineJoin that represents the join style for the ends of two consecutive lines drawn with this Pen.
|