Stroke.DrawingAttributes Özellik

Tanım

nesnesi için Stroke öğesini DrawingAttributes alır veya ayarlar.

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

Özellik Değeri

Özel durumlar

Ayar değeri şeklindedir null.

Örnekler

Aşağıdaki örnek, vuruşu DrawingAttributes yeşil yapacak şekilde ayarlar.

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

Açıklamalar

Renk ve genişlik gibi bu öznitelikler çizilirken nesneye Stroke uygulanır.

Değiştirme DrawingAttributes , olayın tetiklenesine DrawingAttributesChanged neden olur.

Şunlara uygulanır

Ayrıca bkz.