iOSGraphics.FillColor
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Read-Only Property (As Color )
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