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





Adds a brush to the list of brushes used for shapes rendering.

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

 Syntax

C#  Copy Code

public void AddBrush (
    string tagKey,
    string tagValue,
    SolidBrush brush
)

Visual Basic  Copy Code

Public Sub AddBrush( _
    tagKey As String, _
    tagValue As String, _
    brush As SolidBrush _
)

 Parameters

tagKey

The key of the tag, specifying the map feature.

tagValue

The value of the tag, specifying the map feature.

brush

Type: SolidBrush
The SolidBrush object to add.

 See Also

StreetMapLayer Members
StreetMapLayer Class
MindFusion.Mapping.WebForms Namespace