GradientType
Defines gradient directions and patterns for two-color fills in cells.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public enum GradientType
Fields
Blends diagonally from top-left to bottom-right.
DiagonalDown = 9
Blends diagonally downward with repeated transitions.
DiagonalDownRepeated = 11
Blends diagonally from bottom-right to top-left.
DiagonalDownReversed = 10
Blends diagonally from bottom-left to top-right.
DiagonalUp = 6
Blends diagonally upward with repeated transitions.
DiagonalUpRepeated = 8
Blends diagonally from top-right to bottom-left.
DiagonalUpReversed = 7
Radiates from the bottom-left corner outward.
FromBottomLeftCorner = 14
Radiates from the bottom-right corner outward.
FromBottomRightCorner = 15
Radiates from the cell center outward.
FromCenter = 16
Radiates from the top-left corner outward.
FromTopLeftCorner = 12
Radiates from the top-right corner outward.
FromTopRightCorner = 13
Blends from left to right.
Horizontal = 0
Blends horizontally with repeated transitions.
HorizontalRepeated = 2
Blends from right to left.
HorizontalReversed = 1
Blends from top to bottom.
Vertical = 3
Blends vertically with repeated transitions.
VerticalRepeated = 5
Blends from bottom to top.
VerticalReversed = 4