Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / PropertyBinding Class / Get Method

In This Topic
    Get Method (PropertyBinding)
    In This Topic
    Gets binding for the specified customEffectType and propertyInfo.
    Syntax
    'Declaration
     
    Public Shared Function Get( _
       ByVal customEffectType As System.Type, _
       ByVal propertyInfo As System.Reflection.PropertyInfo _
    ) As PropertyBinding
    public static PropertyBinding Get( 
       System.Type customEffectType,
       System.Reflection.PropertyInfo propertyInfo
    )

    Parameters

    customEffectType
    propertyInfo
    See Also