IdxRichEditShapeFill.Color Property
Specifies the color that fills the floating shape‘s background.
Declaration
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