UserGuide

iOS Oval

From Xojo Documentation

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

BorderColor

The color that the border is drawn.

BorderWidth

The width (or thickness) of the border.

FillColor

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