Search
MapElement.Label Property
See Also
 





Gets or sets the label of this map element.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public Label Label { get; set; }

Visual Basic  Copy Code

Public Property Label As Label

 Property Value

A string specifying the label text.

 See Also