The text to display in the main body of the popup window.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

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

Field Value

A string containing plain text, HTML or XML.

Remarks

The content property can be populated with a plain text, HTML or XML. The string you specify will display in the popup window as though you are viewing markup in a web browser. The ArcGIS Explorer application automatically detects if the content contains valid markup, and if not, simply displays the specified string.

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThe content cannot be set if Popup.IsReadOnly property is true.

See Also