Specifies BackgroundType
Namespace: Spire.Doc.DocumentsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum BackgroundType
Public Enumeration BackgroundType
public enum class BackgroundType
type BackgroundType
Members
| Member | Value | Description |
|---|---|---|
| NoBackground | 0 |
No background fill effect.
|
| Gradient | 1 |
Gradient fill effect.
|
| Picture | 2 |
Picture fill effect.
|
| Texture | 3 |
Texture fill effect.
|
| Color | 4 |
Color fill effect.
|