'Declaration
Public Enum GradientStyle Inherits System.Enum
'Usage
Dim instance As GradientStyle
public enum GradientStyle : System.Enum
'Declaration
Public Enum GradientStyle Inherits System.Enum
'Usage
Dim instance As GradientStyle
public enum GradientStyle : System.Enum
Member | Description |
---|---|
DiagonalDown | Diagonal gradient moving from a top corner down to the opposite corner. |
DiagonalUp | Diagonal gradient moving from a bottom corner up to the opposite corner. |
FromCenter | Gradient running from the center out to the corners. |
FromCorner | Gradient running from a corner to the other three corners. |
Horizontal | Gradient running horizontally across the shape. |
Unspecified | Not used |
Vertical | Gradient running vertically down the shape. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Drawing.GradientStyle