FillFormatType Enumeration
|
Represents the type of fill.
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum FillFormatType
Public Enumeration FillFormatType
public enum class FillFormatType
Members
|
|
Member name
|
Value
|
Description
|
|
|
UnDefined
|
-1
|
|
|
|
None
|
0
|
|
|
|
Solid
|
1
|
|
|
|
Gradient
|
2
|
|
|
|
Pattern
|
3
|
|
|
|
Picture
|
4
|
|
|
|
Group
|
5
|
|
See Also