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

Base class for Renderers
Inheritance: IRenderer, IDisposable
Mostrar archivo Open project: zhuangyy/Motion

Protected Properties

Property Type Description
BorderWidth int

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void

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

Protected Methods

Method 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 method

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

Renderer() protected method

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

SetBackBrushColor() protected method

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

SetForeBrushColor() protected method

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

Property Details

BorderWidth protected_oe static_oe property

The width of a Cells border
protected static int BorderWidth
return int