Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IFillFormat Interface
Properties Methods

In This Topic
    IFillFormat Interface Members
    In This Topic

    The following tables list the members exposed by IFillFormat.

    Public Properties
     NameDescription
     PropertyReturns the IColorFormat object that represents the specified foreground fill or solid color.  
     Property Gets or sets the angle of the gradient fill for the specified fill format.  
     Property Returns the gradient degree of the specified one-color shaded fill as a floating-point value from 0.0 (dark) through 1.0 (light).  
     Property Returns or sets the path type for the gradient fill.  
     Property Returns the end point for the gradient fill.  
     Property Returns the gradient style for the specified fill.  
     Property Returns the shade variant for the specified fill as an integer value from 1 through 4.  
     Property Returns the fill pattern.  
     PropertyReturns the IColorFormat object that represents the specified pattern color.  
     Property Returns the preset gradient type for the specified fill.  
     Property Returns the preset texture for the specified fill.  
     Property Gets or sets if the fill style should rotate with the object.  
     PropertyGets or sets the text alignment for the specified IFillFormat.  
     PropertyGets or sets the value for horizontally scaling the text for the IFillFormat.  
     Property Returns or sets the offset X value for the specified fill.  
     Property Returns or sets the offset Y value for the specified fill.  
     Property Returns the texture vertical scale for the specified fill.  
     Property Gets or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).  
     Property Returns the fill type.  
     Property Determines whether the object is visible.  
    Top
    Public Methods
     NameDescription
     Method Sets the specified fill to a one-color gradient.  
     Method Sets the specified fill to a pattern.  
     Method Sets the specified fill to a preset gradient.  
     Method Sets the specified fill format to a preset texture.  
     Method Sets the specified fill to a uniform color.  
     Method Sets the specified fill to a two-color gradient.  
     MethodOverloaded.  Fills the specified shape with an image.  
     MethodOverloaded.  Fills the specified shape with small tiles of an image.  
    Top
    See Also