Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / ENGradientStyle Enumeration


In This Topic
    ENGradientStyle Enumeration
    In This Topic
    Defines the possible gradient styles for a stock gradient fill. The gradient style determines the direction in which the gradient colors spread. This direction is perpendicular to the direction of the gradient axis.
    Syntax
    'Declaration
     
    
    Public Enum ENGradientStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENGradientStyle
    public enum ENGradientStyle : 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.
    VerticalVertical gradient.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Graphics.ENGradientStyle

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also