public enum ENGradientStyle : System.Enum
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 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)