ESRI.ArcGIS.Mobile.Client
LeftBitmap Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls Namespace > InfoWidget Class : LeftBitmap Property

Gets or sets the bitmap to display on the left side of the info panel. The code that sets the Image is responsible for disposing it. Please be aware that Bitmap leaks, so make sure to call Dispose() when you are finished using it. This class will not take ownership of the Bitmap.

Syntax

Visual Basic (Declaration) 
Public Property LeftBitmap As Bitmap
C# 
public Bitmap LeftBitmap {get; set;}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also