FloodFill.FillColor Property

Gets or sets a color used to fill the surface.

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

Syntax

C#
public Color FillColor { get; set; }

Property Value

A Color to fill with. The default value is black color.

See Also

Reference