Pen.Brush Property

Gets or sets the brush that fills the pen. The pen color serves as the background underlay.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public Brush Brush { get; set; }

Property Value

The Brush instance used for drawing.

See Also

Reference