Shape.Stroke 속성

정의

도형 윤곽선을 그리는 방법을 지정하는 브러시를 가져오거나 설정합니다.

public:
 property Brush ^ Stroke { Brush ^ get(); void set(Brush ^ value); };
Brush Stroke();

void Stroke(Brush value);
public Brush Stroke { get; set; }
var brush = shape.stroke;
shape.stroke = brush;
Public Property Stroke As Brush
<shape Stroke="{StaticResource resourceName}"/>
- or -
<shape Stroke="colorString"/>
- or -
<shape>
  <shape.Stroke>singleBrush</shape.Stroke>
</shape>

속성 값

도형 윤곽선을 그리는 방법을 지정하는 브러시입니다. 기본값은 null입니다.

적용 대상

추가 정보