using System; using System.Text; using System.Drawing; namespace DevComponents.DotNetBar.Rendering { /// /// Represents the color table used by the Gallery container. /// public class Office2007GalleryColorTable { /// /// Gets or sets the background color of the Gallery Group label when gallery is displayed on popup. /// public Color GroupLabelBackground = Color.Empty; /// /// Gets or sets the text color of the Gallery Group label when gallery is displayed on popup. /// public Color GroupLabelText = Color.Empty; /// /// Gets or sets the border color of the Gallery Group label when gallery is displayed on popup. /// public Color GroupLabelBorder = Color.Empty; } }