menu

Document Processing

OfficeFillType Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    OfficeFillType Class

    Specifies a shape's fill type.

    Inheritance
    System.Object
    OfficeFillType
    Namespace: Syncfusion.OfficeChart
    Assembly: Syncfusion.OfficeChart.Base.dll
    Syntax
    public sealed class OfficeFillType : Enum

    Fields

    Gradient

    Indicates gradient type.

    Declaration
    public const OfficeFillType Gradient
    Field Value
    Type
    OfficeFillType

    Pattern

    Indicates pattern type.

    Declaration
    public const OfficeFillType Pattern
    Field Value
    Type
    OfficeFillType

    Picture

    Indicates picture type.

    Declaration
    public const OfficeFillType Picture
    Field Value
    Type
    OfficeFillType

    SolidColor

    Indicates Solid color.

    Declaration
    public const OfficeFillType SolidColor
    Field Value
    Type
    OfficeFillType

    Texture

    Indicates texture type.

    Declaration
    public const OfficeFillType Texture
    Field Value
    Type
    OfficeFillType

    UnknownGradient

    Indicates unsupport gradient that can be created using Excel 2007, but not supported correctly by Excel 2003 structures.

    Declaration
    public const OfficeFillType UnknownGradient
    Field Value
    Type
    OfficeFillType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved