Gets or sets the line join style of the pen
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public PenLineJoin LineJoin { get; set; }
Public Property LineJoin As PenLineJoin
Get
Set
member LineJoin : PenLineJoin with get, set
Property Value
Type:
PenLineJoinThe line join style
See Also