Skip to main content

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.
RectangleClip Specifies a rectangle that limits the layer’s displayed area. Inherited from LayerBase.
Transparency Specifies the layer’s transparency.
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