Stroke.DrawingAttributes Propriedade

Definição

Obtém ou define o DrawingAttributes para o objeto 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

Valor da propriedade

Exceções

O valor definido é null.

Exemplos

O exemplo a seguir define o DrawingAttributes para tornar um traço verde.

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

Comentários

Esses atributos, como cor e largura, são aplicados ao Stroke objeto conforme ele é desenhado.

A alteração DrawingAttributes faz com que o DrawingAttributesChanged evento seja acionado.

Aplica-se a

Confira também