ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectGradientSpreadMethod Enumeration




In This Topic
    ImGearVectGradientSpreadMethod Enumeration
    In This Topic
    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
    MemberValueDescription
    Pad0Expand the first or last color.
    Reflect1Repeat the gradient with reflection.
    Repeat2Repeat 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