Interface IPatternFormatting
High level representation for Font Formatting component of Conditional Formatting Settings.
Namespace: IronXL.Formatting
Assembly: IronXL.dll
Syntax
public interface IPatternFormattingProperties
BackgroundColor
Gets or sets the color of the background.
Declaration
string BackgroundColor { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The color of the background. | 
FillPattern
Gets or sets the fill pattern.
Declaration
FillPattern FillPattern { get; set; }Property Value
| Type | Description | 
|---|---|
| FillPattern | The fill pattern. |