ActiveReports.Chart Request technical support
Style Property
See Also 


Gets or sets the type of backdrop to use (i.e. solid, gradient, etc.).

Syntax

Visual Basic (Declaration) 
Public Property Style As BackdropStyle
Visual Basic (Usage)Copy Code
Dim instance As Backdrop
Dim value As BackdropStyle
 
instance.Style = value
 
value = instance.Style
C# 
public BackdropStyle Style {get; set;}

Return Value

A valid BackdropStyle enumeration.

See Also