| SpreadsheetGear.Shapes Namespace : IFillFormat Interface | 
The following tables list the members exposed by IFillFormat.
| Name | Description | |
|---|---|---|
![]()  | BackColor | Gets an instance of IColorFormat which represents the background color. | 
![]()  | ForeColor | Gets an instance of IColorFormat which represents the foreground color. | 
![]()  | GradientColorType | Gets the gradient color type of the represented fill. | 
![]()  | GradientDegree | Gets the gradient degree of a one-color shaded fill as a value from 0.0 (dark) to 1.0 (light). | 
![]()  | GradientDegreeDefined | Returns true if the GradientDegree property of all shapes represented by this IFillFormat is the same, otherwise false is returned. | 
![]()  | GradientStops | Gets an instance of IGradientStops which represents the gradient stops of this fill. | 
![]()  | GradientStyle | Gets the gradient style of this fill. | 
![]()  | PresetGradientType | Gets the preset gradient type of this fill. | 
![]()  | Transparency | Gets or sets the level of transparency of this fill as a value from 0.0 (opaque) to 1.0 (transparent). | 
![]()  | TransparencyDefined | Returns true if the Transparency property of all shapes represented by this IFillFormat is the same, otherwise false is returned. | 
![]()  | Type | Gets the fill type represented by this fill. | 
![]()  | TypeDefined | Returns true if the Type property of all shapes represented by this IFillFormat is the same, otherwise false is returned. | 
![]()  | Visible | Gets or sets the property which specifies whether the represented object should be filled. | 
![]()  | VisibleDefined | Returns true if the Visible property of all shapes represented by this IFillFormat is the same, otherwise false is returned. | 
| Name | Description | |
|---|---|---|
![]()  | OneColorGradient | Sets this fill to a one-color gradient fill. | 
![]()  | PresetGradient | Sets this fill to a preset gradient fill. | 
![]()  | Solid | Sets this fill to a solid fill. | 
![]()  | TwoColorGradient | Sets this fill to a two-color gradient fill. |