ArcGIS API for Silverlight - Library Reference
PopupInfo Class Members
See Also  Properties  Methods  Events Send comments on this topic
ESRI.ArcGIS.Client.WebMap Namespace : PopupInfo Class


The following tables list the members exposed by PopupInfo.

Public Constructors

 NameDescription
public ConstructorPopupInfo Constructor  
Top

Public Properties

 NameDescription
public PropertyDescription Gets or sets the description that is shown for the graphic in the popup. This can be html. If description is null then the fieldInfos are used when viewing attributes. This can contain a literal value, or a placeholder for value from the graphic's attribute. The placeholder needs to be of the form {field_name} where field_name is a key in the graphic's attributes.  
public PropertyFieldInfos Gets or sets the fields that are to be displayed in the popup.  
public PropertyMediaInfos Gets or sets the medias that are to be displayed in the popup.  
public PropertyShowAttachments Gets a value indicating whether the popup should show attachments of the graphic.  
public PropertyTitle Gets or sets the title that is displayed for the graphic in the popup. This can contain a literal value, or a placeholder for value from the graphic's attribute. The placeholder needs to be of the form {field_name} where field_name is a key in the graphic's attributes.  
Top

Public Methods

 NameDescription
public MethodAddCustomProperty Adds the custom property. (Inherited from ESRI.ArcGIS.Client.WebMap.WebMapObject)
public MethodGetCustomProperty Gets the custom property. (Inherited from ESRI.ArcGIS.Client.WebMap.WebMapObject)
Top

Public Events

 NameDescription
public EventPropertyChanged Occurs when a property value changes. (Inherited from ESRI.ArcGIS.Client.WebMap.WebMapObject)
Top

See Also

© ESRI, Inc. All Rights Reserved.