Search
DecorationLine Class
Remarks See Also
 



Decorations are lightweight objects that can be used for drawing background graphics such as frames, lane divider lines, etc.

 Syntax

VB6  Copy Code

Public Class DecorationLine

C++  Copy Code

class DecorationLine

 Remarks

Decorations do not participate in graph or parent-child relationships with other objects in the flowchart. The locations of control points can be changed through the CtrlPtX and CtrlPtY properties. The line is drawn using a pen whose attributes are specified via the Color, PenStyle and PenWidth properties.

 See Also