Skip to main content

TdxSpreadSheetCustomBrush.Style Property

Specifies the pattern painted over the brush’s base color.

Declaration

property Style: TdxSpreadSheetCellFillStyle read; write;

Property Value

Type
TdxSpreadSheetCellFillStyle

Remarks

Use this property along with the BackgroundColor and ForegroundColor properties to customize the current brush appearance.

The Style property allows you to paint one of the available patterns over the brush’s background. Assign the required pattern color by using the ForegroundColor property.

The brush’s Style property is initialized with the sscfsSolid value. For the full list of available cell background patterns, refer to the TdxSpreadSheetCellFillStyle type description.

See Also