다음을 통해 공유


MapRouteView.OutlineColor 속성

정의

MapRouteView에 표시된 경로의 윤곽선 색을 가져오거나 설정합니다.

public:
 property Color OutlineColor { Color get(); void set(Color value); };
Color OutlineColor();

void OutlineColor(Color value);
public Color OutlineColor { get; set; }
var color = mapRouteView.outlineColor;
mapRouteView.outlineColor = color;
Public Property OutlineColor As Color

속성 값

MapRouteView에 표시되는 경로의 윤곽선 색입니다.

설명

기본적으로 경로의 채우기 색에는 색이 지정된 윤곽선이 없습니다.

적용 대상

추가 정보