WebGraphics.LineJoin
From Xojo Documentation
Property (As Integer )
aWebGraphics.LineJoin = newIntegerValue
or
IntegerValue = aWebGraphics.LineJoin
Supported for all project types and targets.
or
IntegerValue = aWebGraphics.LineJoin
Supported for all project types and targets.
Specified Bevel, Miter, Round as the Line Join.
Notes
Use WebGraphics.LineJoinType enumeration to set the LineJoin. Values are Bevel, Miter and Round.
Example
g.LineJoin = WebGraphics.LineJoinType.Miter