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 | Description |
Pad | Expand the first or last color. |
Reflect | Repeat the gradient with reflection. |
Repeat | Repeat the gradient periodically. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Vector.ImGearVectGradientSpreadMethod
See Also