using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WebWindowTest { public partial class LayoutConst { public enum CompileStep { Template = 0, Tree = 1, Frame, Split, Sash, Fill, General } public enum PositionJoints { BL = 0, // Bottom Left BR = 1, // Bottom Right TR, // Top Right TL // Top Left } } }