using System; namespace RGB.NET.Core.Layout { /// /// Contains a list of different shapes used by . /// [Serializable] public enum LayoutShape { /// /// A simple rectangle. /// Rectangle = 0 } }