Enum GradientDirection
Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public enum GradientDirection : int
Fields
| Name | Description |
|---|---|
| FromBottomLeftCorner | |
| FromBottomRightCorner | |
| FromCenter | |
| FromTopLeftCorner | |
| FromTopRightCorner | |
| LinearDiagonalBottomLeftToTopRight | |
| LinearDiagonalBottomRightToTopLeft | |
| LinearDiagonalTopLeftToBottomRight | |
| LinearDiagonalTopRightToBottomLeft | |
| LinearDown | |
| LinearLeft | |
| LinearRight | |
| LinearUp |