Shape.Stroke Proprietà

Definizione

Ottiene o imposta il pennello che specifica la modalità di disegno della struttura Shape .

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>

Valore della proprietà

Oggetto Brush che specifica la modalità di disegno del contorno Shape. Il valore predefinito è Null.

Si applica a

Vedi anche