Oval
Xojo provides an Oval control for desktop, and mobile projects:
Tip
For web projects, you can easily draw oval shapes via with the WebCanvas. You could even create a subclass of WebCanvas and call it WebOval to create the equivalent of the DesktopOval and MobileOval.
Common members
These methods and properties are both common amongst the desktop, mobile and web versions of the control and are the most commonly used. See the individual controls for more members and details.
Methods
Name |
Description |
---|---|
Refresh |
Causes the control to redraw itself. |
Properties
Name |
Description |
---|---|
BorderColor |
The color of the oval's border. |
BorderThickness |
The thickness of the oval's border. |
FillColor |
The color used to fill the interior of the oval. |
Height |
The height of the oval. |
Width |
The width of the oval. |