using System;
using System.Text;
using System.Drawing;
namespace DevComponents.DotNetBar.Rendering
{
    /// 
    /// Defines the color table for the SuperTooltip.
    /// 
    public class Office2007SuperTooltipColorTable
    {
        /// 
        /// Gets or sets the background colors.
        /// 
        public LinearGradientColorTable BackgroundColors = null;
        /// 
        /// Gets or sets the text color.
        /// 
        public Color TextColor = Color.Empty;
    }
}