Skip to main content

TdxSpreadSheetCustomBrush.ForegroundColor Property

Specifies the color of the pattern painted over the brush’s base (i.e., background) color.

Declaration

property ForegroundColor: TColor read; write;

Property Value

Type
TColor

Remarks

Use the ForegroundColor and Style properties collectively in order to specify both the color and shape of the pattern painted over the brush’s base color.

The brush’s ForegroundColor property is initialized with clDefault, which corresponds to the clWhite value, provided that the Style property is set to sscfsSolid. Otherwise, the initial clDefault value corresponds to clBlack.

See Also