ComponentOne Bitmap for WPF
C1.WPF.DX.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 Type _
    )
    public ShadowAttribute( 
       Type typeOfTheAssociatedShadow
    )

    Parameters

    typeOfTheAssociatedShadow
    Type of the associated shadow
    See Also