ExcelShapeFillGradient Class

Represents a gradient fill options for a shape.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public class ExcelShapeFillGradient
Inheritance
Object    ExcelShapeFillGradient

Properties

Color1 Gets or sets the first color of the gradient
Color1Index Gets or sets the index in Excel palette of first color of the gradient
Color2 Gets or sets the second color of the gradient
Color2Index Gets or sets the index in Excel palette of second color of the gradient
GradientColorsMode Gets a sets the gradient colors mode. If this property is set to Preset the preset gradient is taken from the PresetGradient property.
GradientDirection Gets or sets gradient direction.
GradientDirectionVariant Gets or sets the variant for a gradient direction.
PresetGradientType Gets or sets the preset gradient. This property has effect when the ColorMode property is set to Preset

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also