Back to Devexpress

FillMode Enum

officefileapi-devexpress-dot-docs-dot-presentation-508ef590.md

latest1.3 KB
Original Source

FillMode Enum

Lists values that specify how the fill color is modified.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public enum FillMode
vb
Public Enum FillMode

Members

NameDescription
None

The object does not have a fill.

| | Normal |

The mode that keeps the original fill color.

| | Lighten |

The mode that lightens object fill color.

| | LightenLess |

The mode that slightly lightens object fill color.

| | Darken |

The mode that darkens object fill color.

| | DarkenLess |

The mode that slightly darkens object fill color.

|

The following properties accept/return FillMode values:

See Also

DevExpress.Docs.Presentation Namespace