Sdílet prostřednictvím


Stroke.DrawingAttributes Vlastnost

Definice

Získá nebo nastaví DrawingAttributes pro Stroke objekt .

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

Hodnota vlastnosti

Výjimky

Nastavená hodnota je null.

Příklady

Následující příklad nastaví DrawingAttributes tak, aby byl tah zelený.

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

Poznámky

Tyto atributy, například barva a šířka, se použijí u objektu Stroke při jeho vykreslení.

Změna DrawingAttributes způsobí, že DrawingAttributesChanged se událost aktivuje.

Platí pro

Viz také