Enum SpreadMethod
Specifies how a gradient should extend beyond the [0, 1] range.
public enum SpreadMethod
Fields
Pad = 0Clamp to the end colors (pad).
Reflect = 1Mirror the gradient (reflect).
Repeat = 2Repeat the gradient (tile).
Specifies how a gradient should extend beyond the [0, 1] range.
public enum SpreadMethod
Pad = 0Clamp to the end colors (pad).
Reflect = 1Mirror the gradient (reflect).
Repeat = 2Repeat the gradient (tile).