Skip to main content
All docs
V26.1
  • GroupFill.Type Property

    Returns the fill type.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public override FillType Type { get; }

    Property Value

    Type Description
    FillType

    Fill type.

    Available values:

    Name Description
    None

    No fill is applied.

    Solid

    A solid fill is applied.

    Pattern

    A pattern fill is applied.

    Gradient

    A gradient fill is applied.

    Picture

    A picture fill is applied.

    Group

    A group fill is applied.

    See Also