Udostępnij za pośrednictwem


Stroke.DrawingAttributes Właściwość

Definicja

Pobiera lub ustawia DrawingAttributes dla Stroke obiektu .

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

Wartość właściwości

Wyjątki

Ustawiona wartość to null.

Przykłady

W poniższym przykładzie ustawiono wartość , DrawingAttributes aby pociągnięć na zielono.

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

Uwagi

Te atrybuty, takie jak kolor i szerokość, są stosowane do Stroke obiektu, gdy jest rysowany.

Zmiana DrawingAttributes powoduje DrawingAttributesChanged uruchomienie zdarzenia.

Dotyczy

Zobacz też