menu

Document Processing

FillType Class - C# Word Library API Reference | Syncfusion

    Show / Hide Table of Contents

    FillType Class

    Specifies the fill type.

    Inheritance
    System.Object
    FillType
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public sealed class FillType : Enum

    Fields

    FillBackground

    Fill is the same as the background.

    Declaration
    public const FillType FillBackground
    Field Value
    Type
    FillType

    FillGradient

    Gradient fill.

    Declaration
    public const FillType FillGradient
    Field Value
    Type
    FillType

    FillMixed

    Mixed fill.

    Declaration
    public const FillType FillMixed
    Field Value
    Type
    FillType

    FillPatterned

    Patterned fill.

    Declaration
    public const FillType FillPatterned
    Field Value
    Type
    FillType

    FillPicture

    Picture fill.

    Declaration
    public const FillType FillPicture
    Field Value
    Type
    FillType

    FillSolid

    Solid fill.

    Declaration
    public const FillType FillSolid
    Field Value
    Type
    FillType

    FillTextured

    Textured fill.

    Declaration
    public const FillType FillTextured
    Field Value
    Type
    FillType

    None

    No Fill.

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