C# Class ZForge.Controls.XPTable.Renderers.GradientHeaderRenderer

A HeaderRenderer that draws gradient Column headers
Inheritance: HeaderRenderer
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GradientHeaderRenderer ( ) : System

Initializes a new instance of the GradientHeaderRenderer class with default settings

Méthodes protégées

Méthode Description
OnPaint ( PaintHeaderEventArgs e ) : void

Raises the Paint event

OnPaintBackground ( PaintHeaderEventArgs e ) : void

Raises the PaintBackground event

Method Details

GradientHeaderRenderer() public méthode

Initializes a new instance of the GradientHeaderRenderer class with default settings
public GradientHeaderRenderer ( ) : System
Résultat System

OnPaint() protected méthode

Raises the Paint event
protected OnPaint ( PaintHeaderEventArgs e ) : void
e ZForge.Controls.XPTable.Events.PaintHeaderEventArgs A PaintHeaderEventArgs that contains the event data
Résultat void

OnPaintBackground() protected méthode

Raises the PaintBackground event
protected OnPaintBackground ( PaintHeaderEventArgs e ) : void
e ZForge.Controls.XPTable.Events.PaintHeaderEventArgs A PaintHeaderEventArgs that contains the event data
Résultat void