using System;
using System.Text;
namespace DevComponents.DotNetBar.Rendering
{
    /// 
    /// Defines the color table for the NavigationPane control.
    /// 
    public class Office2007NavigationPaneColorTable
    {
        /// 
        /// Gets or sets the background color collection blend for the button background.
        /// 
        public GradientColorTable ButtonBackground = null;
    }
}