DFLayoutAlignment.cs 134 B

12345678910
  1. namespace InABox.Core
  2. {
  3. public enum DFLayoutAlignment
  4. {
  5. Start,
  6. Middle,
  7. End,
  8. Stretch
  9. }
  10. }