Rock Mobile Docs
CommunityXamarin Forms Docs
Search
⌃K
Links
Welcome 👋
📱
Getting Started
Building Your First App
Lexicon
🧱
Essentials
Animations
Blocks
Codex
Commands
Controls
Field Types
Lava
Performance
Tips and Tricks
Troubleshooting
Advanced Topics
🎨
Styling
Introduction
Colors
Custom CSS
Helper Classes
Background Color
Borders
Margins
Padding
Text
Text Size
Alignment
Color
Line Height
Weights & Styles
Visibility / Opacity
iOS
Styling Components
Shell
👨💻
Developers
Fundamentals
Core & Shell Dependencies
Custom Blocks
OS Version Requirements
🏭
App Factory
Overview
Android Keystore
Developer Accounts
Image Resources
In-App Giving
Publishing Requirements
Push Notifications
Rock Logins
Shell Update Requirements
Powered By GitBook

Alignment

Applies to: Editor, Entry, EntryCell, Label, Picker, SearchBar​
The following classes are provided to adjust the alignment of text.
Class
Property
​
.text-center
text-align: center;
​
.text-right
text-align: right;
​
.text-left
text-align: left;
​
.text-start
text-align: start;
Similar to .text-left
.text-end
text-align: end;
Similar to .text-right
Previous
Text Size
Next
Color
Last modified 4yr ago