Table of Contents

TUISolidBrush.Create Method

This is a factory method that will create the correct brush depending in what UI framework you are using. (TUISolidBrush is an abstract class)

Syntax

Namespace: FlexCel.Core

public static TUISolidBrush Create(TUIColor aColor)

Parameters

<-> Parameter Type Description
aColor TUIColor Color for the brush.

See also