Visual Basic (Declaration) | |
---|---|
Public Enum BackdropStyle Inherits System.Enum |
C# | |
---|---|
public enum BackdropStyle : System.Enum |
Member | Description |
---|---|
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. |
Solid | A solid fill is used for the backdrop. |
Transparent | The backdrop is transparent. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Chart.Graphics.BackdropStyle