MapLayer.ZIndex 属性

定义

获取或设置 MapLayer 的 z 索引。 Z 索引较高的 MapLayer 显示在 z 索引较低的 MapLayer 顶部。

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

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

属性值

Int32

int

MapLayer 的 z 索引。

适用于