ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Type _
    ) As ShadowAttribute
    public static ShadowAttribute Get( 
       System.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