Class SpreadPatternFill
Describes a pattern type of fill.
Inheritance
Inherited Members
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public class SpreadPatternFill : ISpreadFill
Constructors
SpreadPatternFill(SpreadPatternType)
Initializes a new instance of the Spread
Declaration
public SpreadPatternFill(SpreadPatternType patternType)
Parameters
Spread Type of the pattern. |
SpreadPatternFill(SpreadPatternType, SpreadThemableColor, SpreadThemableColor)
Initializes a new instance of the Spread
Declaration
public SpreadPatternFill(SpreadPatternType patternType, SpreadThemableColor patternColor, SpreadThemableColor backgroundColor)
Parameters
Spread Type of the pattern. |
Spread Color of the pattern. |
Spread Color of the background. |
Properties
BackgroundColor
Gets the color of the background.
Declaration
public SpreadThemableColor BackgroundColor { get; }
Property Value
Spread The color of the background. |
PatternColor
Gets the color of the pattern.
Declaration
public SpreadThemableColor PatternColor { get; }
Property Value
Spread The color of the pattern. |
PatternType
Gets the type of the pattern.
Declaration
public SpreadPatternType PatternType { get; }
Property Value
Spread The type of the pattern. |
Methods
CreateSolidFill(SpreadColor)
Creates a solid pattern fill.
Declaration
public static SpreadPatternFill CreateSolidFill(SpreadColor color)
Parameters
Spread The color of the pattern. |
Returns
Spread Solid pattern fill. |
CreateSolidFill(SpreadThemableColor)
Creates a solid pattern fill.
Declaration
public static SpreadPatternFill CreateSolidFill(SpreadThemableColor color)
Parameters
Spread The color of the pattern. |
Returns
Spread Solid pattern fill. |
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. |