C1.Win.C1DX.4.8 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
 

Parameters

type
Type to get shadow attribute

Return Value

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