Click or drag to resize

PenColor Property

Note: This API is now obsolete.

Gets or sets the color of the pen

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Since 2.3, Use Brush property instead")]
public Color Color { get; set; }

Property Value

Type: Color
The color of the pen
See Also