Search
StreetMapFeatures.StreetMapBrushes Property
See Also
 





A list of brush keys used for drawing map shapes.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public static Dictionary<MapFeature, Object> StreetMapBrushes { get; set; }

Visual Basic  Copy Code

Public Shared Property StreetMapBrushes As Dictionary(Of MapFeature, Object)

 Property Value

 See Also