Nevron .NET Vision
Nevron.GraphicsCore Namespace / GradientStyle Enumeration


In This Topic
    GradientStyle Enumeration
    In This Topic
    Defines the style of the gradient or in other words the way the starting color fades into the ending color. For more information see the NFillEffect object description in the Object Reference.
    Syntax
    'Declaration
     
    
    Public Enum GradientStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GradientStyle
    public enum GradientStyle : System.Enum 
    Members
    MemberDescription
    DiagonalDownDiagonal gradient with direction from the bottom right corner to the top left corner.
    DiagonalUpDiagonal gradient with direction from the bottom left corner to the top right corner.
    FromCenterGradient starting from the center.
    FromCornerDiagonal gradient starting from one of the four corners.
    HorizontalHorizontal gradient.
    StartToEndGradient which is spread according to the shape start and end
    VerticalVertical gradient.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.GraphicsCore.GradientStyle

    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