Gets or sets the label of the Graphic, shown when the mouse pointer is hovered over the Graphic.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public string Label { get; set; }
Visual Basic (Declaration)
Public Property Label As String

Field Value

A string representing the label of the Graphic.

Remarks

A Graphic may optionally have a label which is displayed when the user hovers the mouse pointer over the Graphic in the view. The Label may be nullNothingnullptra null reference (Nothing in Visual Basic) or an empty string.

See Also