Class SpreadGradientFill
Describes a gradient type of fill.
Inheritance
Inherited Members
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public class SpreadGradientFill : ISpreadFill
Constructors
SpreadGradientFill(SpreadGradientType, SpreadThemableColor, SpreadThemableColor)
Initializes a new instance of the Spread
Declaration
public SpreadGradientFill(SpreadGradientType gradientType, SpreadThemableColor color1, SpreadThemableColor color2)
Parameters
Spread Type of the gradient. |
Spread The color1 themable color. |
Spread The color2 themable color. |
Properties
Color1
Gets the color1 themable color.
Declaration
public SpreadThemableColor Color1 { get; }
Property Value
Spread The color1 themable color. |
Color2
Gets the color2 themable color.
Declaration
public SpreadThemableColor Color2 { get; }
Property Value
Spread The color2 themable color. |
GradientType
Gets the type of the gradient.
Declaration
public SpreadGradientType GradientType { get; }
Property Value
Spread The type of the gradient. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. Returns true if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |