IdxRichEditShapeLine Interface
Exposes the appearance settings applied to the floating shape‘s outline.
Declaration
IdxRichEditShapeLine = interface(IInterface)
Remarks
This interface provides access to the members that allow you to:
Specify the color used to paint the shape’s outline (Color, GetColor, and SetColor);
Specify the shape’s outline width (Thickness, GetThickness, and SetThickness).
The floating shape’s Line property exposes the IdxRichEditShapeLine interface.
Inheritance
IInterface
IdxRichEditShapeLine
See Also