FillType Enum
Lists fill types.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Members
| 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. |
Related API Members
The following properties accept/return FillType values:
See Also