iOS Oval
From Xojo Documentation
Contents
Oval is used to display ovals and circles on the layout. The user does not typically interact with this control.
Below are commonly used properties. Refer to iOSOval in the Language Reference for the complete list.
Properties
- The color that the border is drawn.
- The width (or thickness) of the border.
- The color for the filled area of the oval.
Usage
Set the FillColor:
Oval1.FillColor = Color.Blue
See Also
iOSOval class; UserGuide:iOS UI topic