WebGraphics.LineJoin

From Xojo Documentation

Property (As Integer )
aWebGraphics.LineJoin = newIntegerValue
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.

Line Join Styles

Example

g.LineJoin = WebGraphics.LineJoinType.Miter