Search
StreetMapFeatures.StreetMapPens Property
See Also
 





A list of pen keys used for drawing map shapes.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Property Value

 See Also