Gets or sets the label of this map element.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public Label Label { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Label As Label |
A string specifying the label text.
See Also