GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    SolidFillFormat Class

    Namespace:
    GemBox.Spreadsheet.Drawing
    Assembly:
    GemBox.Spreadsheet.dll

    Represents a fill containing of a single color spread uniformly across the entire area.

    • C#
    • VB.NET
    public sealed class SolidFillFormat : FillFormat
    Public NotInheritable Class SolidFillFormat
        Inherits FillFormat
    Inheritance:
    System.Object
    FillFormat
    SolidFillFormat

    Properties

    Color

    Gets or sets the color.

    • C#
    • VB.NET
    public DrawingColor Color { get; set; }
    Public Property Color As DrawingColor
    Property Value
    DrawingColor

    The color.

    FillType

    Gets the Solid value.

    • C#
    • VB.NET
    public override FillFormatType FillType { get; }
    Public Overrides ReadOnly Property FillType As FillFormatType
    Property Value
    FillFormatType

    The Solid value.

    Overrides
    FillFormat.FillType

    Inherited Methods

    SetGradient(GradientFillType)

    Sets the fill to the gradient fill.

    (Inherited from FillFormat)

    SetNone()

    Sets the fill to none, thus making the area transparent.

    (Inherited from FillFormat)

    SetPattern(PatternFillType, DrawingColor, DrawingColor)

    Sets the fill to the pattern fill.

    (Inherited from FillFormat)

    SetPicture(Content)

    Sets the fill to the picture fill.

    This method is not applicable on Fill property.

    (Inherited from FillFormat)

    SetPicture(System.IO.Stream)

    Sets the fill to the picture fill.

    This method is not applicable on Fill property.

    (Inherited from FillFormat)

    SetPicture(System.IO.Stream, PictureContentType)

    Sets the fill to the picture fill.

    This method is not applicable on Fill property.

    (Inherited from FillFormat)

    SetPicture(System.IO.Stream, System.String)

    Sets the fill to the picture fill.

    This method is not applicable on Fill property.

    (Inherited from FillFormat)

    SetPicture(System.String, System.Boolean)

    Sets the fill to the picture fill.

    This method is not applicable on Fill property.

    (Inherited from FillFormat)

    SetPicture(System.String, PictureContentType)

    Sets the fill to the picture fill.

    This method is not applicable on Fill property.

    (Inherited from FillFormat)

    SetPicture(System.String, System.String)

    Sets the fill to the picture fill.

    This method is not applicable on Fill property.

    (Inherited from FillFormat)

    SetSolid(DrawingColor)

    Sets the fill to the solid fill.

    (Inherited from FillFormat)

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.