IdxRichEditShape.Fill Property
Provides access to the floating shape’s background appearance settings.
Declaration
property Fill: IdxRichEditShapeFill read;
Property Value
Type |
---|
IdxRichEditShapeFill |
Remarks
Use the Fill.Color property to change the floating shape’s background color. The color blends with semitransparent pixel colors of the source image if the shape is a floating picture.
Value | Description |
---|---|
TdxAlphaColors.Empty | |
TdxAlphaColors.Bisque |
Refer to the IdxRichEditShapeFill interface description for additional information.
See Also