Specifies BackgroundType

Namespace: Spire.Doc.Documents
Assembly: 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

MemberValueDescription
NoBackground0
No background fill effect.
Gradient1
Gradient fill effect.
Picture2
Picture fill effect.
Texture3
Texture fill effect.
Color4
Color fill effect.

See Also