Pen.Color
Pen.Color property
Gets or sets the color of this Pen.
public Color Color { get; set; }
Property Value
A Color structure that represents the color of this Pen.
Exceptions
| exception | condition | 
|---|---|
| ArgumentException | The Colorproperty is set on an immutablePen, such as those returned by thePenclass. | 
See Also
- struct Color
- class Pen
- namespace Aspose.Imaging
- assembly Aspose.Imaging