C# Class ComponentFactory.Krypton.Toolkit.KryptonOffice2007Renderer.GradientItemColorsTracking

Inheritance: GradientItemColors
Mostra file Open project: ComponentFactory/Krypton

Public Methods

Method Description
GradientItemColorsTracking ( Color border, Color begin, Color end ) : System

Initialize a new instance of the GradientItemColorsTracking class.

Method Details

GradientItemColorsTracking() public method

Initialize a new instance of the GradientItemColorsTracking class.
public GradientItemColorsTracking ( Color border, Color begin, Color end ) : System
border Color Base border color.
begin Color Beginning background color.
end Color Ending background color.
return System