Enum
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:

cs-api-definition
public enum GradientType

Fields

DiagonalDown

Blends diagonally from top-left to bottom-right.

Declaration

cs-api-definition
DiagonalDown = 9

Field Value

GradientType

DiagonalDownRepeated

Blends diagonally downward with repeated transitions.

Declaration

cs-api-definition
DiagonalDownRepeated = 11

Field Value

GradientType

DiagonalDownReversed

Blends diagonally from bottom-right to top-left.

Declaration

cs-api-definition
DiagonalDownReversed = 10

Field Value

GradientType

DiagonalUp

Blends diagonally from bottom-left to top-right.

Declaration

cs-api-definition
DiagonalUp = 6

Field Value

GradientType

DiagonalUpRepeated

Blends diagonally upward with repeated transitions.

Declaration

cs-api-definition
DiagonalUpRepeated = 8

Field Value

GradientType

DiagonalUpReversed

Blends diagonally from top-right to bottom-left.

Declaration

cs-api-definition
DiagonalUpReversed = 7

Field Value

GradientType

FromBottomLeftCorner

Radiates from the bottom-left corner outward.

Declaration

cs-api-definition
FromBottomLeftCorner = 14

Field Value

GradientType

FromBottomRightCorner

Radiates from the bottom-right corner outward.

Declaration

cs-api-definition
FromBottomRightCorner = 15

Field Value

GradientType

FromCenter

Radiates from the cell center outward.

Declaration

cs-api-definition
FromCenter = 16

Field Value

GradientType

FromTopLeftCorner

Radiates from the top-left corner outward.

Declaration

cs-api-definition
FromTopLeftCorner = 12

Field Value

GradientType

FromTopRightCorner

Radiates from the top-right corner outward.

Declaration

cs-api-definition
FromTopRightCorner = 13

Field Value

GradientType

Horizontal

Blends from left to right.

Declaration

cs-api-definition
Horizontal = 0

Field Value

GradientType

HorizontalRepeated

Blends horizontally with repeated transitions.

Declaration

cs-api-definition
HorizontalRepeated = 2

Field Value

GradientType

HorizontalReversed

Blends from right to left.

Declaration

cs-api-definition
HorizontalReversed = 1

Field Value

GradientType

Vertical

Blends from top to bottom.

Declaration

cs-api-definition
Vertical = 3

Field Value

GradientType

VerticalRepeated

Blends vertically with repeated transitions.

Declaration

cs-api-definition
VerticalRepeated = 5

Field Value

GradientType

VerticalReversed

Blends from bottom to top.

Declaration

cs-api-definition
VerticalReversed = 4

Field Value

GradientType