Interface IOfficeShapePatternFill
Represents the pattern type for fill formatting.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.Base.dll
Syntax
public interface IOfficeShapePatternFill
  Properties
BackColor
Gets or sets the background color for the pattern.
Declaration
Color BackColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Drawing.Color | The background color.  | 
      
ForeColor
Gets or sets the foreground color for the pattern.
Declaration
Color ForeColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Drawing.Color | The foreground color.  | 
      
Pattern
Gets or sets the OfficeShapePatternFillType for the fill format.
Declaration
OfficeShapePatternFillType Pattern { get; set; }
  Property Value
| Type | Description | 
|---|---|
| OfficeShapePatternFillType | The pattern type for the fill.  |