ASP.NET Pack Programmer's Guide
MapContent.AddPen Method
See Also
 





Adds a pen to the list of pens used for shapes rendering.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void AddPen (
    string tagKey,
    string tagValue,
    Pen pen
)

Visual Basic  Copy Code

Public Sub AddPen( _
    tagKey As String, _
    tagValue As String, _
    pen As Pen _
)

 Parameters

tagKey

The key of the tag, specifying the map feature.

tagValue

The value of the tag, specifying the map feature.

pen

The Pen object to add.

 See Also

MapContent Members
MapContent Class
MindFusion.Diagramming Namespace