ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / ShadowAttribute Class / Get Method
Type to get shadow attribute

In This Topic
    Get Method (ShadowAttribute)
    In This Topic
    Get ShadowAttribute from type.
    Syntax
    'Declaration
     
    Public Shared Function Get( _
       ByVal type As Type _
    ) As ShadowAttribute
    public static ShadowAttribute Get( 
       Type type
    )

    Parameters

    type
    Type to get shadow attribute

    Return Value

    The associated shadow attribute or null if no shadow attribute were found
    See Also