Back to Devexpress

FillType Enum

officefileapi-devexpress-dot-docs-dot-presentation-ed622cb3.md

latest1.8 KB
Original Source

FillType Enum

Lists fill types.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public enum FillType
vb
Public Enum FillType

Members

NameDescription
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.

|

The following properties accept/return FillType values:

See Also

DevExpress.Docs.Presentation Namespace