using System; using System.Collections.Generic; using System.Text; namespace DevComponents.DotNetBar.Layout { /// /// Represents the label item. /// internal class LayoutLabelItem : LayoutItemBase { #region Constructor #endregion #region Implementation #endregion } }