Text
Support text display and text input in your apps, and manipulate properties such as font styles and sizes.
Many apps that you develop will need to display text to users, or handle text that users type. By using the classes in this category, you can define styles to apply to your text, including properties such as font size and weight. You can specify how to handle text that users type in text fields, and you can determine what features your text fields include (such as active text, spelling checker, automatic word correction, and so on).
Additional resources
To learn more about text styles and text input, visit the Text documentation.
To download code samples that demonstrate how to handle text in your apps, visit the Sample Apps page and the Cascades Samples repository in Github.
Members
- AbstractTextControl
- AbstractTextFilter
- FontSize -
Represents the types of font sizes for a TextStyle.
- FontStyle -
Represents a set of font styles for a TextStyle.
- FontWeight -
Represents the types of font weights for a TextStyle.
- Label
- SingleLineTextFilter
- SubmitKey
- SubmitKeyFocusBehavior
- TextAlign
- TextArea
- TextAreaInputMode -
Represents a text input mode for the TextArea.
- TextAreaScrollMode -
Represents a scoll mode for the TextArea.
- TextAutoFit -
A set of configurations that specify dynamic font size behaviour to use with the TextField control.
- TextContentFlag
- TextContentProperties
- TextEditor
- TextField
- TextFieldInputMode -
Represents a text input mode for the TextField.
- TextFormat
- TextInputFlag
- TextInputMasking
- TextInputProperties
- TextStyle
- TextStyleDefinition
- ValidationMode