WebGraphics.LineCap

From Xojo Documentation

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

LineCap Styles

Example

g.LineCap = WebGraphics.LineCapType.Round