Initializes a new instance of the Shadow structure,
assigning Transparency, Size, Distance and Angle
values.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public Shadow( float transparency, float size, Unit distance, float angle, Color color ) |
Visual Basic |
---|
Public Sub New ( _ transparency As Single, _ size As Single, _ distance As Unit, _ angle As Single, _ color As Color _ ) |
Parameters
- transparency
- Type: System..::..Single
A value assigned to the Transparency property.
- size
- Type: System..::..Single
A value assigned to the Size property.
- distance
- Type: C1.C1Preview..::..Unit
An absolute Unit value assigned to the Distance property.
- angle
- Type: System..::..Single
A value assigned to the Angle property.
- color
- Type: System.Drawing..::..Color
A value assigned to the Color property.