Back to Devexpress

TdxSpreadSheetShape.Brush Property

vcl-dxspreadsheetcontainers-dot-tdxspreadsheetshape-955a3754.md

latest1.6 KB
Original Source

TdxSpreadSheetShape.Brush Property

Provides access to a floating contaienr‘s background fill settings.

Declaration

delphi
property Brush: TdxGPBrush read; write;

Property Value

Type
TdxGPBrush

Remarks

Use the Brush and Pen properties to define the appearance of a floating container’s shape. The settings accessible via the Brush property allow you to:

  • Fill the shape’s background with a solid color, linear gradient, or texture ( Brush.Style, Brush.Color, and Brush.Texture).

  • Switch between available gradient fill directions ( Brush.GradientMode).

  • Manage gradient points ( Brush.GradientPoints).

Refer to the TdxGPBrush class description for details.

Note

A transparent image of a picture container blends with the background of its shape.

See Also

TdxSpreadSheetShape Class

TdxSpreadSheetShape Members

dxSpreadSheetContainers Unit