iOSRectangle
From Xojo Documentation
Class (inherits from iOSControl)
This class is supported on Mobile (iOS). Use #If...#Endif with the Target... constants to ensure you only use this class where it is supported. |
The standard rectangle control for iOS.
Events | ||
|
Properties | ||||||||||||||
|
Methods | ||||||||||
|
Enumerations | ||
|
Sample Code
Sample Code In the Open event handler, update the rectangle to have thick blue borders, rounded corners and a red fill:
Me.BorderColor = Color.Blue
Me.BorderWidth = 10
Me.CornerHeight = 25
Me.CornerWidth = 25
Me.FillColor = Color.Red
Me.BorderWidth = 10
Me.CornerHeight = 25
Me.CornerWidth = 25
Me.FillColor = Color.Red