Enum MBTextAlignStyle
A helper to set the alignment of text in MBTextField, MBTextArea and MBSelect<TItem>.
Applied also to MBAutocompleteTextField, MBDebouncedTextField, MBNumericDoubleField and MBNumericIntField
MBCascadingDefaults has a default of Default
public enum MBTextAlignStyle
Fields
Center = 2
Centered text contents.
Default = 0
Default - no further styling applied. This is the MBCascadingDefaults default.
Left = 1
Left aligned text contents.
Right = 3
Right aligned text contents.