Brush

Pen.Brush property

Gets or sets the Brush that determines attributes of this Pen.

public Brush Brush { get; set; }

Property Value

A Brush that determines attributes of this Pen.

Exceptions

exceptioncondition
ArgumentExceptionThe Brush property is set on an immutable Pen, such as those returned by the Pen class.

See Also