See Also

Backdrop Class  | Backdrop Members  | Overload List

Language

Visual Basic

C#

Show All

color
Specifies the primary color.
alpha
Specifies the alpha level (transparency) used.
antiAliasMode
Specifies the enumerated AntiAliasMode to use. Possible values are Auto, None, Graphics, Text, or Both.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

Backdrop Constructor(Color,Byte,AntiAliasMode)

Initializes a new instance of the Backdrop class with the parameters specified.

[Visual Basic]
Public Function New( _    ByVal color As Color, _    ByVal alpha As Byte, _    ByVal antiAliasMode As AntiAliasMode _ )
[C#]
public Backdrop(    Color color,    byte alpha,    AntiAliasMode antiAliasMode );

Parameters

color
Specifies the primary color.
alpha
Specifies the alpha level (transparency) used.
antiAliasMode
Specifies the enumerated AntiAliasMode to use. Possible values are Auto, None, Graphics, Text, or Both.

See Also

Backdrop Class  | Backdrop Members  | Overload List

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.