ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / ShadowAttribute Class / ShadowAttribute Constructor
Type of the associated shadow

In This Topic
    ShadowAttribute Constructor
    In This Topic
    Initializes a new instance of ShadowAttribute class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal typeOfTheAssociatedShadow As System.Type _
    )
    public ShadowAttribute( 
       System.Type typeOfTheAssociatedShadow
    )

    Parameters

    typeOfTheAssociatedShadow
    Type of the associated shadow
    See Also