Overview
Published Properties
Property name | Description |
---|---|
Alignment | The technique to use for aligning the text. |
Editable | A Boolean value indicating whether the TextView is editable or not. |
Font | Specifies the Font name and Size of the TextView. |
Text | The Text of the TextView. |
TextColor | The color of the TextView. |
TextInputTraits | The TextInputTraits property defines features that are associated with keyboard input. |
Visible | Shows / hides the TextView. |
Public Properties
Property name | Description |
---|---|
TextView | Returns a reference to the native iOS UITextView . |