| Visual Basic (Declaration) | |
|---|---|
Public Enum BackdropStyle Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum BackdropStyle : Enum | |
| Member | Description |
|---|---|
| Transparent | The backdrop is transparent. |
| Solid | A solid fill is used for the backdrop. |
| Gradient | A gradient fill is used for the backdrop. |
| Pattern | A pattern fill is used for the backdrop. |
| Picture | A System.Drawing.Image is used for the backdrop. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.Chart.Graphics.BackdropStyle