2.4.8 TextAlignments
The TextAlignments enumeration specifies the horizontal alignment of a contiguous set of characters. This enumeration contains valid values for the TextAlign property. The General value specifies that the text alignment is derived from the data type of the value for the span of text and the peer style Direction property. The value of the TextAlignments enumeration MUST be one of the following.
Value |
Meaning |
---|---|
0x00 |
General |
0x01 |
Left |
0x02 |
Center |
0x03 |
Right |