Files

8 lines
104 B
C#

namespace TinyGiantStudio.Layout
{
public enum Overflow
{
overflow,
wrap
}
}