iOSGraphics.LineColor
From Xojo Documentation
Property (As Color )
aiOSGraphics.LineColor = newColorValue
or
ColorValue = aiOSGraphics.LineColor
Supported on Mobile (iOS).
or
ColorValue = aiOSGraphics.LineColor
Supported on Mobile (iOS).
The color to use when drawing lines and shapes.
Sample Code
From within an iOSCanvas.Paint event handler:
g.LineColor = Color.Blue
g.DrawLine(0, 0, g.Width, g.Height)
g.DrawLine(0, 0, g.Width, g.Height)