Stroke.DrawingAttributes Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.