Version

CalloutBadgeImageMemberPath Property

Gets or sets the mapping property for an image displayed in the badge of callout annotation
Syntax
'Declaration
 
Public Property CalloutBadgeImageMemberPath As String
public string CalloutBadgeImageMemberPath {get; set;}
Remarks
Examples #1: "DataColumnName" that contains full URL to an image: https://dl.infragistics.com/x/img/flags/USA.png
Examples #2: "https://dl.infragistics.com/x/img/flags/{ISO3}.png" where "ISO3" is name of data column that contains image name: USA
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also