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; }
<ObsoleteAttribute("Since 2.3, Use Brush property instead")>
Public Property Color As Color
Get
Set
[<ObsoleteAttribute("Since 2.3, Use Brush property instead")>]
member Color : Color with get, set
Property Value
Type:
ColorThe color of the pen
See Also