Stroke.DrawingAttributes Propriété

Définition

Obtient ou définit l'DrawingAttributes pour l'objet Stroke.

public:
 property System::Windows::Ink::DrawingAttributes ^ DrawingAttributes { System::Windows::Ink::DrawingAttributes ^ get(); void set(System::Windows::Ink::DrawingAttributes ^ value); };
public System.Windows.Ink.DrawingAttributes DrawingAttributes { get; set; }
member this.DrawingAttributes : System.Windows.Ink.DrawingAttributes with get, set
Public Property DrawingAttributes As DrawingAttributes

Valeur de propriété

Exceptions

La valeur définie est null.

Exemples

L’exemple suivant définit le DrawingAttributes pour qu’un trait soit vert.

// Make the new stroke green.
myNewStroke.DrawingAttributes.Color = Colors.Green;
' Make the new stroke green.
myNewStroke.DrawingAttributes.Color = Colors.Green

Remarques

Ces attributs, tels que la couleur et la largeur, sont appliqués à l’objet Stroke au fur et à mesure qu’il est dessiné.

La modification DrawingAttributes entraîne le déclenchement de l’événement DrawingAttributesChanged .

S’applique à

Voir aussi