Property | Type | Description | |
---|---|---|---|
BorderWidth | int |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Dispose ( ) : void |
Releases the unmanaged resources used by the Renderer and optionally releases the managed resources
|
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
|
protected SetBackBrushColor ( Color color ) : void | ||
color | Color | The color of the brush |
return | void |
protected SetForeBrushColor ( Color color ) : void | ||
color | Color | The color of the brush |
return | void |