TUISolidBrush Class
A solid brush with a single color.
Syntax
Unit: FlexCel.Core
TUISolidBrush = class(TUIBrush);
Methods
| Name |
Description |
| CreateNew |
This is a factory method that will create the correct brush depending in what UI framework you are using. (TUISolidBrush is an abstract class) |
Properties
| Name |
Description |
| Color |
Returns the color of the brush.
|