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

Inheritance: GradientItemColors
Afficher le fichier Open project: Cocotteseb/Krypton

Méthodes publiques

Свойство Type Description
Back1B Color
Back2B Color

Méthodes publiques

Méthode Description
DrawBack ( Graphics g, Rectangle rect ) : void
GradientItemColorsTracking ( Color border, Color begin, Color end ) : System

Initialize a new instance of the GradientItemColorsTracking class.

Method Details

DrawBack() public méthode

public DrawBack ( Graphics g, Rectangle rect ) : void
g System.Drawing.Graphics
rect System.Drawing.Rectangle
Résultat void

GradientItemColorsTracking() public méthode

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.
Résultat System

Property Details

Back1B public_oe property

public Color Back1B
Résultat Color

Back2B public_oe property

public Color Back2B
Résultat Color