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

IdxRichEditShapeFill.Color Property

Specifies the color that fills the floating shape‘s background.

#Declaration

Delphi
property Color: TdxAlphaColor read; write;

#Property Value

Type
TdxAlphaColor

#Remarks

Use this property to fill the background of a floating picture or text box with an opaque or transparent color. The background color blends with semitransparent pixel colors of the floating picture’s source image.

Note

You can use any of the TdxAlphaColors record’s public constants as a opaque color value compatible with the Color property. In addition, you can call the TdxAlphaColors.FromArgb class function to easily create a custom TdxAlphaColor value.

The default Color property value is TdxAlphaColors.Empty.

See Also