Enum TileMode
- Namespace
- SimulationFramework.Drawing
- Assembly
- SimulationFramework.dll
Options to control the behavior of gradients when drawn outside their bounds.
public enum TileMode
- Extension Methods
Fields
Clamp = 0
Clamp outside the region to the color at the nearest border.
Mirror = 2
Repeat the contents of the region, with every other tile inverted.
None = 3
Outside the region, fill with Transparent.
Repeat = 1
Repeat the contents of the region.