Click or drag to resize

PenBrush Property

Gets the brush associated with the pen.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Brush Brush { get; }

Property Value

Type: Brush
The brush the pen will use to stroke the path.
See Also