Introduction to modern Text control
Text control has been around in Power Apps ever since Power Apps came into existence. This will be one of the shortest modern control blog posts as there are no differences (additions or removals) in properties between the classic and modern versions.
Properties
The modern control has the same primary properties as the classic version:
- Text - Content to display on the label
- Wrap - Whether to wrap the content
- Align - Horizontal alignment of the content
- VerticalAlign - Vertical alignment of the content
- AutoHeight - Whether a label should increase its height based on text. This will happen if the Wrap property is set to true
Stay tuned for the remaining modern controls!
To read the official documentation of modern controls, click here.