MindFusion.Mapping Programmer's Guide

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 string Label { get; set; }

Visual Basic  Copy Code

Public Property Label As String

 Property Value

A string specifying the label text.

 See Also