Bagikan melalui


Stroke.DrawingAttributes Properti

Definisi

Mendapatkan atau mengatur DrawingAttributes untuk Stroke objek .

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

Nilai Properti

Pengecualian

Nilai yang ditetapkan adalah null.

Contoh

Contoh berikut mengatur DrawingAttributes untuk membuat stroke menjadi hijau.

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

Keterangan

Atribut ini, seperti warna dan lebar, diterapkan ke objek saat Stroke digambar.

Mengubah DrawingAttributes menyebabkan DrawingAttributesChanged peristiwa diaktifkan.

Berlaku untuk

Lihat juga