Stroke.DrawingAttributes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 引發事件。