TTMSFMXNativeUiView
Usage
The UIView
class defines a rectangular area on the screen and can contain multiple other controls.
Published Properties
Property name | Description |
---|---|
Visible | Shows / hides the View. |
Public Properties
Property name | Description |
---|---|
View | Returns a reference to the native iOS UIView . |
Published Events
Property name | Description |
---|---|
OnDrawRect | Event to perform custom drawing inside the View. |