ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.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 Type, _
       ByVal propertyInfo As PropertyInfo _
    ) As PropertyBinding
    public static PropertyBinding Get( 
       Type customEffectType,
       PropertyInfo propertyInfo
    )

    Parameters

    customEffectType
    propertyInfo
    See Also