Enum
ShadingStyle

Describes the shading styles of the gradients.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public enum ShadingStyle

Fields

DiagonalDown

Diagonal down shading style.

Declaration

cs-api-definition
DiagonalDown = 3

Field Value

ShadingStyle

DiagonalUp

Diagonal up shading style.

Declaration

cs-api-definition
DiagonalUp = 2

Field Value

ShadingStyle

FromCenter

From center shading style.

Declaration

cs-api-definition
FromCenter = 5

Field Value

ShadingStyle

FromCorner

From corner shading style.

Declaration

cs-api-definition
FromCorner = 4

Field Value

ShadingStyle

Horizontal

Horizontal shading style.

Declaration

cs-api-definition
Horizontal = 0

Field Value

ShadingStyle

Vertical

Vertical shadin style.

Declaration

cs-api-definition
Vertical = 1

Field Value

ShadingStyle