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

Base class for Renderers
Inheritance: IRenderer, IDisposable
Afficher le fichier Open project: zhuangyy/Motion

Protected Properties

Свойство Type Description
BorderWidth int

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Dispose ( ) : void

Releases the unmanaged resources used by the Renderer and optionally releases the managed resources

Méthodes protégées

Méthode Description
Renderer ( ) : System

Initializes a new instance of the Renderer class with default settings

SetBackBrushColor ( Color color ) : void

Sets the color of the brush used to draw the background

SetForeBrushColor ( Color color ) : void

Sets the color of the brush used to draw the foreground

Method Details

Dispose() public méthode

Releases the unmanaged resources used by the Renderer and optionally releases the managed resources
public Dispose ( ) : void
Résultat void

Renderer() protected méthode

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

SetBackBrushColor() protected méthode

Sets the color of the brush used to draw the background
protected SetBackBrushColor ( Color color ) : void
color Color The color of the brush
Résultat void

SetForeBrushColor() protected méthode

Sets the color of the brush used to draw the foreground
protected SetForeBrushColor ( Color color ) : void
color Color The color of the brush
Résultat void

Property Details

BorderWidth protected_oe static_oe property

The width of a Cells border
protected static int BorderWidth
Résultat int