GraphicsPath.FillMode

GraphicsPath.FillMode property

Gets or sets a FillMode enumeration that determines how the interiors of shapes in this GraphicsPath are filled.

public FillMode FillMode { get; set; }

Return Value

A FillMode enumeration that specifies how the interiors of shapes in this GraphicsPath are filled.

Property Value

The fill mode.

See Also