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.
Members
- AbstractTextControl -
Abstract base class for all text controls.
- AbstractTextFilter -
The base class for all text filter subclasses.
- AbstractTextStyleRule -
The base class for all text style rules.
- FontFaceRule -
Represents the font face rules that define the properties for custom fonts.
- 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.
- KeyLayout -
This class defines an enumerator that lists all possible keyboard layouts.
- Label -
A non-interactive label with one or more lines of text.
- LabelAutoSizeProperties -
Represents the auto size properties of a Label.
- LabelTextFitMode -
A set of configurations that specify the text fit behavior to use with the Label control.
- LabelTextFitProperties -
Represents the auto fit properties of the text in a Label.
- SingleLineTextFilter -
A text filter that prevents line breaks from being added to text in a text control.
- SubmitKey -
A class containing different values used for the Submit key.
- SubmitKeyFocusBehavior -
A class representing different submit key focus behaviors.
- TextAlign -
A set of text alignment configurations to use with text controls.
- TextArea -
A multi-line text control for displaying and editing text.
- TextAreaAutoSizeProperties -
Represents the auto size properties of a TextArea.
- TextAreaInputMode -
Represents a text input mode for the TextArea.
- TextAreaScrollMode -
Represents a scoll mode for the TextArea.
- TextAreaTextFitProperties -
Represents the auto fit properties of a TextArea.
- TextAutoFit -
A set of configurations that specify dynamic font size behaviour to use with the TextField control.
- TextContentFlag -
Flags for enabling or disabling text features.
- TextContentProperties -
Use for specifying different text content properties for text controls.
- TextEditor -
Use for text selection and editing.
- TextField -
A single-line text control with a button that clears the field.
- TextFieldInputMode -
Represents a text input mode for the TextField.
- TextFieldTextFitProperties -
Represents the auto fit properties of a TextField.
- TextFitProperties -
Represents the base auto fit properties of a text control.
- TextFormat -
Defines how a text control should interpret its provided string.
- TextInputFlag -
Flags for turning on and off different text features (for example, spell check).
- TextInputMasking -
A class representing different input masking modes.
- TextInputProperties -
Specifies text input properties for text input controls.
- TextStyle -
Represents a text style that defines how a text is rendered.
- TextStyleDefinition -
Used to define style sets for sets of text nodes in an application.
- ValidationMode -
Represents a validation mode.