Values for horizontal alignment. Use text-align for this.
Public Attributes | |
| const int | Auto =0 |
| const int | Left =1 |
| const int | Right =1<<1 |
| const int | Center =1<<2 |
| const int | Justify =1<<3 |
| const int | SparkCenter =1<<4 |
| const int | End =1<<5 |
| const int | Start =1<<6 |
| const int | EitherCenter =Center | SparkCenter |
| Either center mode. More... | |
| const int Css.HorizontalAlignMode.Auto =0 |
| const int Css.HorizontalAlignMode.Center =1<<2 |
| const int Css.HorizontalAlignMode.EitherCenter =Center | SparkCenter |
Either center mode.
| const int Css.HorizontalAlignMode.End =1<<5 |
| const int Css.HorizontalAlignMode.Justify =1<<3 |
| const int Css.HorizontalAlignMode.Left =1 |
| const int Css.HorizontalAlignMode.Right =1<<1 |
| const int Css.HorizontalAlignMode.SparkCenter =1<<4 |
| const int Css.HorizontalAlignMode.Start =1<<6 |