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; }
Public ReadOnly Property Brush As Brush
Get
member Brush : Brush with get
Property Value
Type:
BrushThe brush the pen will use to stroke the path.
See Also