ArcGIS API for Windows Phone - Library Reference
ImageFormat Property
See Also  Example Send comments on this topic
ESRI.ArcGIS.Client.Toolkit.DataSources Namespace > WmsLayer Class : ImageFormat Property

Gets or sets the image format being used by the service.

Syntax

Visual Basic (Declaration) 
Public Property ImageFormat As String
C# 
public string ImageFormat {get; set;}

Remarks

The image format must be a supported MimeType name, supported by the service and the framework.

Example

C#Copy Code
myWmsLayer.ImageFormat = "image/png";

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.