Nevron .NET Vision
Nevron.NewGraphics Namespace / ENGradientSpreadMode Enumeration


In This Topic
    ENGradientSpreadMode Enumeration
    In This Topic
    Specifies how to draw the gradient outside a gradient brush's gradient vector.
    Syntax
    'Declaration
     
    
    Public Enum ENGradientSpreadMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENGradientSpreadMode
    public enum ENGradientSpreadMode : System.Enum 
    Members
    MemberDescription
    PadThe color values at the ends of the gradient vector fill the remaining space.
    ReflectThe gradient is repeated in the reverse direction until the space is filled.
    RepeatThe gradient is repeated in the original direction until the space is filled.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.NewGraphics.ENGradientSpreadMode

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also