C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / Shadow Structure / Shadow Constructor
A value assigned to the Transparency property.
A value assigned to the Size property.
An absolute Unit value assigned to the Distance property.
A value assigned to the Angle property.
A value assigned to the Color property.

In This Topic
Shadow Constructor
In This Topic
Initializes a new instance of the Shadow structure, assigning Transparency, Size, Distance and Angle values.
Syntax
'Declaration
 
Public Function New( _
   ByVal transparency As Single, _
   ByVal size As Single, _
   ByVal distance As Unit, _
   ByVal angle As Single, _
   ByVal color As Color _
)
 

Parameters

transparency
A value assigned to the Transparency property.
size
A value assigned to the Size property.
distance
An absolute Unit value assigned to the Distance property.
angle
A value assigned to the Angle property.
color
A value assigned to the Color property.
See Also