ImageGear .NET - Updated
ImGearVectGradientSpreadMethod Enumeration




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace : ImGearVectGradientSpreadMethod Enumeration
Specifies gradient spread methods.
Syntax
'Declaration
 
Public Enum ImGearVectGradientSpreadMethod 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearVectGradientSpreadMethod
public enum ImGearVectGradientSpreadMethod : System.Enum 
__value public enum ImGearVectGradientSpreadMethod : public System.Enum 
public enum class ImGearVectGradientSpreadMethod : public System.Enum 
Members
MemberDescription
PadExpand the first or last color.
ReflectRepeat the gradient with reflection.
RepeatRepeat the gradient periodically.
Remarks
Spread method specifies how the gradient is expanded.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Vector.ImGearVectGradientSpreadMethod

See Also

Reference

ImageGear.Vector Namespace