Reports for WinForms | ComponentOne
C1.C1Report.4 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 _
    )
    public Shadow( 
       float transparency,
       float size,
       Unit distance,
       float angle,
       Color 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