MapTileSource.ZIndex 属性

定义

获取或设置磁贴的 z 索引。

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

属性值

Int32

int

磁贴的 z 索引。

适用于

另请参阅