다음을 통해 공유


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-인덱스입니다.

적용 대상

추가 정보