Search
DecorationLine Members
Properties Methods
 


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

The following tables list the members exposed by the DecorationLine type.

 Public Properties

  Name Description

Color

Gets or sets the color in which the line should be painted.

CtrlPtX

Gets or sets the X coordinate of the specified end point.

CtrlPtY

Gets or sets the Y coordinate of the specified end point.

Locked

Gets or sets a value indicating whether users are allowed to modify this line.

PenStyle

Gets or sets the dash style of the pen used to draw the line.

PenWidth

Gets or sets the width of the pen used to draw the line.

Printable

Gets or sets a value indicating whether this line should be drawn on paper when printing.

Selected

Gets a value indicating whether this decoration line is selected.

Tag

Gets or sets a custom integer value associated with this line.

ToolTip

Gets or sets a text message displayed when the mouse pointer rests over this line.

VariantTag

Gets or sets a custom OLE VARIANT value associated with this line.

Visible

Gets or sets a value indicating whether this line should be drawn on the screen.

ZIndex

Gets or sets the drawing order of this line within the diagram.

 Public Methods

  Name Description

BeginUndoRecord

( a feature of FlowChartX Pro edition)

Start recording the changes made to properties of this line.

Clone

Creates a copy of this decoration line.

EndUndoRecord

( a feature of FlowChartX Pro edition)

Stop recording the changes made to properties of this line and add an undo record to the undo/redo history.

GetDecorationLine

 

ZBottom

Moves this line to the bottom of the Z order.

ZLevelDown

Moves this line one level down in the Z order.

ZLevelUp

Moves this line one level up in the Z order.

ZTop

Moves this line to the top of the Z order.

 See Also