DotNet 4.8.1 build of DotNetBar
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Text;
|
||||
using System.Drawing;
|
||||
|
||||
namespace DevComponents.DotNetBar.Rendering
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines the color table for the SuperTooltip.
|
||||
/// </summary>
|
||||
public class Office2007SuperTooltipColorTable
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the background colors.
|
||||
/// </summary>
|
||||
public LinearGradientColorTable BackgroundColors = null;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the text color.
|
||||
/// </summary>
|
||||
public Color TextColor = Color.Empty;
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user