iOSGraphics.LineWidth

From Xojo Documentation

Property (As Double )
aiOSGraphics.LineWidth = newDoubleValue
or
DoubleValue = aiOSGraphics.LineWidth

Supported on Mobile (iOS).

The width (in points) to use when drawing lines and shapes.

Sample Code

g.LineWidth = 10
g.DrawLine(0, 20, 50, 20)