LeftRightAlignment.cs 113 B

12345678
  1. namespace System.Windows.Forms
  2. {
  3. public enum LeftRightAlignment
  4. {
  5. Left,
  6. Right
  7. }
  8. }