Click or drag to resize

GradientWrapMode Enumeration

Wrap mode for a gradient

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum GradientWrapMode
Members
  Member nameValueDescription
Pad0 The start and end colors fill beyond the gradient
Repeat1 The gradient repeats to fill the area
Reflect2 The gradient reflects (or reverses) each time it repeats to fill the area
See Also