Class BackgroundType
Specifies the type of the background.
Inheritance
System.Object
BackgroundType
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class BackgroundType : Enum
Fields
Color
Color fill effect.
Declaration
public const BackgroundType Color
Field Value
Type |
---|
BackgroundType |
Gradient
Gradient fill effect.
Declaration
public const BackgroundType Gradient
Field Value
Type |
---|
BackgroundType |
NoBackground
No background fill effect.
Declaration
public const BackgroundType NoBackground
Field Value
Type |
---|
BackgroundType |
Picture
Picture fill effect.
Declaration
public const BackgroundType Picture
Field Value
Type |
---|
BackgroundType |
Texture
Texture fill effect.
Declaration
public const BackgroundType Texture
Field Value
Type |
---|
BackgroundType |