Stroke.DrawingAttributes 屬性

定義

取得或設定 DrawingAttributes 物件的 Stroke

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

屬性值

例外狀況

設定的值為 null

範例

下列範例會將 設為 DrawingAttributes 綠色筆劃。

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

備註

這些屬性,例如色彩和寬度,會在繪製物件時套用至 Stroke 物件。

變更 DrawingAttributes 會導致 DrawingAttributesChanged 引發事件。

適用於

另請參閱