namespace Oqtane.Themes { public interface ILayoutControl { string Panes { get; } // identifies all panes in a theme ( delimited by ";" ) } }