SpreadsheetGear 2012
IFillFormat Interface Members
Properties  Methods 

The following tables list the members exposed by IFillFormat.

Public Properties
 NameDescription
 PropertyBackColorGets an instance of IColorFormat which represents the background color.  
 PropertyForeColorGets an instance of IColorFormat which represents the foreground color.  
 PropertyGradientColorTypeGets the gradient color type of the represented fill.  
 PropertyGradientDegreeGets the gradient degree of a one-color shaded fill as a value from 0.0 (dark) to 1.0 (light).  
 PropertyGradientDegreeDefinedReturns true if the GradientDegree property of all shapes represented by this IFillFormat is the same, otherwise false is returned.  
 PropertyGradientStopsGets an instance of IGradientStops which represents the gradient stops of this fill.  
 PropertyGradientStyleGets the gradient style of this fill.  
 PropertyPresetGradientTypeGets the preset gradient type of this fill.  
 PropertyTransparencyGets or sets the level of transparency of this fill as a value from 0.0 (opaque) to 1.0 (transparent).  
 PropertyTransparencyDefinedReturns true if the Transparency property of all shapes represented by this IFillFormat is the same, otherwise false is returned.  
 PropertyTypeGets the fill type represented by this fill.  
 PropertyTypeDefinedReturns true if the Type property of all shapes represented by this IFillFormat is the same, otherwise false is returned.  
 PropertyVisibleGets or sets the property which specifies whether the represented object should be filled.  
 PropertyVisibleDefinedReturns true if the Visible property of all shapes represented by this IFillFormat is the same, otherwise false is returned.  
Top
Public Methods
 NameDescription
 MethodOneColorGradientSets this fill to a one-color gradient fill.  
 MethodPresetGradientSets this fill to a preset gradient fill.  
 MethodSolidSets this fill to a solid fill.  
 MethodTwoColorGradientSets this fill to a two-color gradient fill.  
Top
See Also

Reference

IFillFormat Interface
SpreadsheetGear.Shapes Namespace
IShapes Interface

Send Feedback