IdxRichEditShape.GetLine Method
Returns the floating shape’s outline appearance settings.
Declaration
function GetLine: IdxRichEditShapeLine;
Returns
Type |
---|
IdxRichEditShapeLine |
Remarks
The settings returned by this function allow you to customize the shape’s outline color and thickness. Refer to the IdxRichEditShapeLine interface description for additional information.
The GetLine function is the Line property’s getter.
See Also