다른 레이블과 겹치는 경우 레이블의 우선 순위를 지정합니다. 우선 순위가 낮은 레이블은 렌더링되지 않습니다. 기본값은 1000입니다.
예제
점 레이블링 예제
기본적으로 SimpleLabeling은 점 위에 텍스트를 그립니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
더 고급 시나리오의 경우 피처에 대해 다른 레이블링을 선택할 수 있습니다. 방법은 다음과 같습니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
레이블을 선과 평행하게 회전하려면 LineLabelAlignment.Parallel이 있는 LineLabelPlacement를 사용할 수 있습니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
텍스트가 선을 정확하게 따라야 하는 경우 LineLabelAlignment.Curved가 있는 LineLabelPlacement를 사용할 수 있습니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
텍스트가 선과 겹치지 않도록 하려면 LineLabelPlacement.Offset을 사용하십시오.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
더 고급 시나리오의 경우 피처 속성 값에 따라 레이블 스타일을 동적으로 조정할 수 있습니다. 방법은 다음과 같습니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters