ZIndex Property

GoogleMap Control Artem.Google

GoogleMap Control ZIndex Property
NamespacesArtem.Google.UIInfoWindowOptionsZIndex
GoogleMap Control v6.0
All InfoWindows are displayed on the map in order of their zIndex, with higher values displaying in front of InfoWindows with lower values. By default, InfoWinodws are displayed according to their latitude, with InfoWindows of lower latitudes appearing in front of InfoWindows at higher latitudes. InfoWindows are always displayed in front of markers.
Declaration Syntax
C# Visual Basic
public Nullable<int> ZIndex { get; set; }
Public Property ZIndex As Nullable(Of Integer)
	Get
	Set
Value
The index of the Z.

Assembly: Artem.Google (Module: Artem.Google) Version: 6.0.0.0 (6.0.11322.1118)