WebGraphics.LineCap
From Xojo Documentation
Property (As Integer )
aWebGraphics.LineCap = newIntegerValue
or
IntegerValue = aWebGraphics.LineCap
Supported for all project types and targets.
or
IntegerValue = aWebGraphics.LineCap
Supported for all project types and targets.
Specified Butt, Round or Square as the Line Cap.
Notes
Use WebGraphics.LineCapType enumeration to set the LineCap. Values are Butt, Round and Square.
Example
g.LineCap = WebGraphics.LineCapType.Round