iOSGraphics.FillColor

From Xojo Documentation

Read-Only Property (As Color )
ColorValue = aiOSGraphics.FillColor

Supported on Mobile (iOS).

The color used when drawing filled shapes and text.

Sample Code

From within an iOSCanvas.Paint event handler:

g.FillColor = Color.RGB(0, 0, 255) // Blue