'Declaration
Public Enum ENGradientStyle Inherits System.Enum
'Usage
Dim instance As ENGradientStyle
public enum ENGradientStyle : System.Enum
'Declaration
Public Enum ENGradientStyle Inherits System.Enum
'Usage
Dim instance As ENGradientStyle
public enum ENGradientStyle : System.Enum
Member | Description |
---|---|
DiagonalDown | Diagonal gradient with direction from the bottom right corner to the top left corner. |
DiagonalUp | Diagonal gradient with direction from the bottom left corner to the top right corner. |
FromCenter | Gradient starting from the center. |
FromCorner | Diagonal gradient starting from one of the four corners. |
Horizontal | Horizontal gradient. |
Vertical | Vertical gradient. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Graphics.ENGradientStyle
Target Platforms: Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, 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), Windows Server 2003 SP2