Mobile Oval
From Xojo Documentation
(Redirected from UserGuide:iOS Oval)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 MobileOval 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
MobileOval class; UserGuide:iOS User Interface Controls topic