ASP.NET Pack Programmer's Guide
MapNode.DrawLabels Property
See Also
 





Gets or sets whether to draw labels of map regions.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool DrawLabels { get; set; }

Visual Basic  Copy Code

Public Property DrawLabels As Boolean

 Property Value

true to draw region labels, or false otherwise. The default value is false.

 Remarks

To enable labels, you must also specify the name of a database column whose values to show as region names, calling the respective FromFile overload.

 See Also

MapNode Members
MapNode Class
MindFusion.Diagramming Namespace