See Also

BackdropItem Class  | BackdropItem Members  | Overload List

Language

Visual Basic

C#

Show All

color
Specifies the primary color.
alpha
Specifies the alpha level (transparency) to use.
antiAliasMode

Specifies the AntiAliasMode to use. Value can be Auto, None, Graphics, Text, or Both.

See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

BackdropItem Constructor(Color,Byte,AntiAliasMode)

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

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

Parameters

color
Specifies the primary color.
alpha
Specifies the alpha level (transparency) to use.
antiAliasMode

Specifies the AntiAliasMode to use. Value can be Auto, None, Graphics, Text, or Both.

See Also

BackdropItem Class  | BackdropItem Members  | Overload List

 

 


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