Class ShadingStyle
Describes the shading styles of the gradients.
Inheritance
System.Object
ShadingStyle
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public sealed class ShadingStyle : Enum
Fields
DiagonalDown
Diagonal down shading style.
Declaration
public const ShadingStyle DiagonalDown
Field Value
DiagonalUp
Diagonal up shading style.
Declaration
public const ShadingStyle DiagonalUp
Field Value
FromCenter
From center shading style.
Declaration
public const ShadingStyle FromCenter
Field Value
FromCorner
From corner shading style.
Declaration
public const ShadingStyle FromCorner
Field Value
Horizontal
value__
Declaration
public int value__
Field Value
System.
|