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





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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

The SolidBrush object to add.

 See Also

MapContent Members
MapContent Class
MindFusion.Diagramming Namespace