Specifies gradient spread methods.
Syntax
'Declaration
Public Enum ImGearVectGradientSpreadMethod
Inherits System.Enum
public enum ImGearVectGradientSpreadMethod : System.Enum
__value public enum ImGearVectGradientSpreadMethod : public System.Enum
public enum class ImGearVectGradientSpreadMethod : public System.Enum
Members
Member | Value | Description |
Pad | 0 | Expand the first or last color. |
Reflect | 1 | Repeat the gradient with reflection. |
Repeat | 2 | Repeat the gradient periodically. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Vector.ImGearVectGradientSpreadMethod
See Also