Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.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
     PropertyGets a ColorFormat object that represents the specified fill background color.  
     PropertyGets or sets the rectangle for the specified fill.  
     PropertyGets a ColorFormat object that represents the specified foreground fill or solid color.  
     PropertyGets or sets the angle of the gradient fill for the specified fill format.  
     PropertyGets the gradient color type for the specified fill.  
     PropertyGets the end points for the gradient fill.  
     PropertyGets or sets the gradient style for the specified fill.  
     PropertyGets the shade variant for the specified fill as an integer value from 1 through 4. The values for this property correspond to the gradient variants (numbered from left to right and from top to bottom).  
     PropertyGets or sets the path type for the specified fill.  
     PropertyGets an GrapeCity.Spreadsheet.PatternType value that represents the fill pattern.  
     PropertyGets or sets a value indicating whether the fill style should rotate with the object.  
     PropertyGets or sets the texture alignment for the specified IFillFormat object.  
     PropertyGets or sets the value for horizontally scaling the text for the IFillFormat object.  
     PropertyGets or sets the offset X value for the specified fill.  
     PropertyGets or sets the offset Y value for the specified fill.  
     PropertyGets or sets a value indicating whether the texture style is tile.  
     PropertyGets or sets the value for vertically scaling the text for the IFillFormat object.  
     PropertyGets or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).  
     PropertyGets a FillType value that represents the fill type.  
     PropertyGets or sets a value indicating whether this IFillFormat is visible.  
    Top
    Public Methods
     NameDescription
     MethodFills the shape with the specified gradient.  
     MethodFills the shape with its parent group shape's fill.  
     MethodFills the shape with a one-color gradient.  
     MethodFills the shape with a pattern fill.  
     MethodFills the shape with a preset gradient.  
     MethodFills the shape with a uniform color. Use this method to convert a gradient, textured, or background fill back to a solid fill.  
     MethodFills the shape with a two-color gradient.  
     MethodOverloaded. Fills the shape with an image.  
     MethodOverloaded. Fills the shape with small tiles of an image. If you want to fill the shape with one large image, use the UserPicture(string) method.  
    Top
    See Also