共用方式為


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 索引。

適用於

另請參閱