Property ImageOverlays
ImageOverlays
Gets or sets a collection of overlays for displaying images in the view.
Declaration
public ImageOverlayCollection ImageOverlays { get; set; }
Property Value
Type | Description |
---|---|
Image |
A collection of overlays for displaying images in the view. |
Remarks
An image overlay collection cannot belong to more that one Geo
If the collection contains multiple image overlays, they display in the order in which they were added to the collection.
So the first overlay in the collection (at index 0) displays at the bottom and each one that follows displays on top of the previous ones.
If the Geo
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Windows | 200.7 |