SpreadsheetGear 2023
IFillFormat Interface Members
Properties  Methods 

SpreadsheetGear.Shapes Namespace : IFillFormat Interface

The following tables list the members exposed by IFillFormat.

Public Properties
 NameDescription
 PropertyGets an instance of IColorFormat which represents the background color.  
 PropertyGets an instance of IColorFormat which represents the foreground color.  
 PropertyGets the gradient color type of the represented fill.  
 PropertyGets the gradient degree of a one-color shaded fill as a value from 0.0 (dark) to 1.0 (light).  
 PropertyReturns true if the GradientDegree property of all shapes represented by this IFillFormat is the same, otherwise false is returned.  
 PropertyGets an instance of IGradientStops which represents the gradient stops of this fill.  
 PropertyGets the gradient style of this fill.  
 PropertyGets the preset gradient type of this fill.  
 PropertyGets or sets the level of transparency of this fill as a value from 0.0 (opaque) to 1.0 (transparent).  
 PropertyReturns true if the Transparency property of all shapes represented by this IFillFormat is the same, otherwise false is returned.  
 PropertyGets the fill type represented by this fill.  
 PropertyReturns true if the Type property of all shapes represented by this IFillFormat is the same, otherwise false is returned.  
 PropertyGets or sets the property which specifies whether the represented object should be filled.  
 PropertyReturns true if the Visible property of all shapes represented by this IFillFormat is the same, otherwise false is returned.  
Top
Public Methods
 NameDescription
 MethodSets this fill to a one-color gradient fill.  
 MethodSets this fill to a preset gradient fill.  
 MethodSets this fill to a solid fill.  
 MethodSets this fill to a two-color gradient fill.  
Top
See Also

Reference

IFillFormat Interface
SpreadsheetGear.Shapes Namespace
IShapes Interface