Shape.Stroke Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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>
Valeur de propriété
Pinceau qui spécifie la façon dont le contour de la forme est peint. La valeur par défaut est null.