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.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Description As String |
C# | |
---|
public string Description {get; set;} |
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also