Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ImageLayer Properties
Show Inherited Hide Inherited

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