Pen.Brush
Pen.Brush property
Gets or sets the Brush that determines attributes of this Pen.
public Brush Brush { get; set; }
Return Value
A Brush that determines attributes of this Pen.
Exceptions
| exception | condition |
|---|---|
| ArgumentException | The Brush property is set on an immutable Pen, such as those returned by the Pens class. |
See Also
- class Brush
- class Pen
- namespace Aspose.Page.Drawing
- assembly Aspose.Page