ASP.NET Pack Programmer's Guide
Pen Members
Constructors Methods
 


Pen objects are used to draw the borders and decoration lines of shape nodes, the frame lines of tables and cells and the segments of links. A pen is assigned to an item by calling the setPen method.

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

 Public Constructors

  Name Description

Pen

Overloaded.  

 Public Methods

  Name Description

applyTo

Overloaded.  

clone

Creates a copy of this pen.

getBrush

Gets the color of this pen.

getColor

Gets the color of this pen.

getDashStyle

Gets the dash style of this pen.

getLineJoin

 

getWidth

Gets the width of the lines drawn with this pen.

readExternal

Implements Externalizable.

setBrush

Gets the color of this pen.

setColor

Sets the color of this pen.

setDashStyle

Sets the dash style of this pen.

setLineJoin

 

setWidth

Sets the width of the lines that should be drawn with this pen.

writeExternal

Implements Externalizable.

 See Also

Pen Class
com.mindfusion.diagramming Namespace