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 = 2Centered text contents.
Default = 0Default - no further styling applied. This is the MBCascadingDefaults default.
Left = 1Left aligned text contents.
Right = 3Right aligned text contents.