<PackageReference Include="System.Drawing.Common" Version="8.0.0-preview.4.23259.4" />

WrapMode

public enum WrapMode
Specifies how a texture or gradient is tiled when it is smaller than the area being filled.
Clamp = 4

The texture or gradient is not tiled.

Tile = 0

Tiles the gradient or texture.

Reverses the texture or gradient horizontally and then tiles the texture or gradient.

Reverses the texture or gradient horizontally and vertically and then tiles the texture or gradient.

Reverses the texture or gradient vertically and then tiles the texture or gradient.