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





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

Namespace: MindFusion.Mapping.WebForms
Package: MindFusion.Mapping.WebForms

 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

StreetMapLayer Members
StreetMapLayer Class
MindFusion.Mapping.WebForms Namespace