SukiBackgroundStyle.cs 182 B

12345678910111213
  1. namespace SukiUI.Enums
  2. {
  3. public enum SukiBackgroundStyle
  4. {
  5. Gradient,
  6. GradientSoft,
  7. GradientDarker,
  8. Flat,
  9. Bubble,
  10. }
  11. }