Mobile Rectangle
From Xojo Documentation
(Redirected from UserGuide:iOS Rectangle)Contents
Rectangle is used to display rectangles and rounded rectangles on the layout. The user does not typically interact with this control.
Properties
- The color to draw the border.
- The width (or thickness) of the border.
- The corner height for drawing rounded rectangles.
- The color for the fill area of the rectangle.
Usage
This code in the Opening event handler updates the rectangle to have thick blue borders, rounded corners and a red fill:
See Also
MobileRectangle class; UserGuide:iOS User Interface Controls topic