Gets or sets the caption that is displayed for the media. This can contain a literal value, or a placeholder for value from the graphic's attribute for which the popup is displayed. 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 Caption As String |
C# | |
---|
public string Caption {get; set;} |
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also