TUISolidBrush Class A solid brush with a single color. Syntax Namespace: FlexCel.Core public abstract class TUISolidBrush: TUIBrush Methods Name Description Create This is a factory method that will create the correct brush depending in what UI framework you are using. (TUISolidBrush is an abstract class) Operators Name Description Implicit Conversion Creates a UIBrush from a given System.Drawing.Brush. Important: When you do an implicit conversion, the TUIBrush will take ownership of the brush, and the original System.Drawing.Brush will be disposed when you dispose this class. Properties Name Description Color Returns the color of the brush.