Skip to main content
A newer version of this page is available. .

ImageLayer Properties

Displays map images obtained from map image data providers.
Name Description
DataProvider Gets or sets the provider used to obtain images from an external source.
EnableAntialiasing Gets or sets a value specifying whether the image layer will be smoothed when it is rendered.
MaxZoomLevel Gets or sets the maximum zoom level at which this layer should be visible. Inherited from LayerBase.
MinZoomLevel Gets or sets the minimum zoom level at which this layer should be visible. Inherited from LayerBase.
Name Gets or sets the name of layer. Inherited from LayerBase.
Transparency Gets or sets the transparency value to draw the ImageLayer.
Visible Gets or sets a value specifying whether or not a layer should be visible. Inherited from LayerBase.
ZIndex Gets or sets a value that is the order on the z-plane in which a map layer element (e.g., image tiles layer or vector layer) appears. Inherited from LayerBase.
See Also