ZIndex Property

GoogleMap Control Artem.Google

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

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