TextAlign.op_BitwiseAnd
static TextAlign op_BitwiseAnd(TextAlign a, TextAlign b)
Allow Flag-like enum behavior.
| TextAlign a | First TextAlign |
| TextAlign b | Second TextAlign |
| RETURNS: TextAlign | Bitwise operation of a and b. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!