Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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