Compartir a través de


MapTileSource.ZIndex Propiedad

Definición

Obtiene o establece el índice z de los iconos.

public:
 property int ZIndex { int get(); void set(int value); };
int ZIndex();

void ZIndex(int value);
public int ZIndex { get; set; }
var int32 = mapTileSource.zIndex;
mapTileSource.zIndex = int32;
Public Property ZIndex As Integer

Valor de propiedad

Int32

int

Índice z de los iconos.

Se aplica a

Consulte también