6 lines
57 B
C#
6 lines
57 B
C#
|
public enum Alignment
|
||
|
{
|
||
|
Right,
|
||
|
Left,
|
||
|
Center
|
||
|
}
|