2012-06-11 3 views

답변

0

경로의 StrokeDashArray 속성이 필요한 것처럼 들립니다. 예를 들어
StrokeDashArray="3 1 1 1 1 1"은 대시 도트 패턴을 나타냅니다.

는 말한다 영어로 번역 :

Dash of 3 units, 
gap of 1 unit, 
dash of 1 unit, 
gap of 1 unit, 
dash of 1 unit, 
gap of 1 unit.

I는 단위 말, MSDN 당 때문에 "컬렉션의 각 더블 펜의 두께에 대시 나 간격의 길이를 지정합니다.".

전체 경로 마크 업 샘플

,

<Path Data="M120,141 C344,128 314,1 397,145 C480,289 619,392.00076 418,369.00067 C217,346.00061 131.99998,314.00018 134.99998,243.00008 C137.99998,171.99995 120,141 120,141 z" Fill="#FFF4F4F5" Margin="119.5,76.374,117.918,107.283" Stretch="Fill" Stroke="Black" UseLayoutRounding="False" StrokeDashArray="3 1 1 1 1 1"/> 

MSDN 링크 : http://msdn.microsoft.com/en-us/library/system.windows.shapes.shape.strokedasharray.aspx