Enum GradientType
Defines gradient directions and patterns for two-color fills in cells.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum GradientType
DiagonalDown
Blends diagonally from top-left to bottom-right.
DiagonalDownRepeated
Blends diagonally downward with repeated transitions.
DiagonalDownReversed
Blends diagonally from bottom-right to top-left.
DiagonalUp
Blends diagonally from bottom-left to top-right.
DiagonalUpRepeated
Blends diagonally upward with repeated transitions.
DiagonalUpReversed
Blends diagonally from top-right to bottom-left.
FromBottomLeftCorner
Radiates from the bottom-left corner outward.
FromBottomRightCorner
Radiates from the bottom-right corner outward.
FromCenter
Radiates from the cell center outward.
FromTopLeftCorner
Radiates from the top-left corner outward.
FromTopRightCorner
Radiates from the top-right corner outward.
Horizontal
Blends from left to right.
HorizontalRepeated
Blends horizontally with repeated transitions.
HorizontalReversed
Blends from right to left.
Vertical
Blends from top to bottom.
VerticalRepeated
Blends vertically with repeated transitions.
VerticalReversed
Blends from bottom to top.