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
Members
| Name | Description |
|---|---|
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. |
Related API Members
The following properties accept/return FillMode values:
See Also