IdxRichEditShapeFill.Color Property
In This Article
Specifies the color that fills the floating shape‘s background.
#Declaration
Delphi
property Color: TdxAlphaColor read; write;
#Property Value
Type |
---|
Tdx |
#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 Tdx
The default Color property value is TdxAlphaColors.Empty.
See Also