Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NWrapFlowPanelControl Class / SetDeferredValue Method


In This Topic
    SetDeferredValue Method (NWrapFlowPanelControl)
    In This Topic
    Syntax
    'Declaration
     
    
    <MS.Internal.WindowsBase.FriendAccessAllowedAttribute()>
    Friend Sub SetDeferredValue( _
       ByVal dp As System.Windows.DependencyProperty, _
       ByVal deferredReference As System.Windows.DeferredReference _
    ) 
    'Usage
     
    
    Dim instance As NWrapFlowPanelControl
    Dim dp As System.Windows.DependencyProperty
    Dim deferredReference As System.Windows.DeferredReference
     
    instance.SetDeferredValue(dp, deferredReference)
    [MS.Internal.WindowsBase.FriendAccessAllowed()]
    internal void SetDeferredValue( 
       System.Windows.DependencyProperty dp,
       System.Windows.DeferredReference deferredReference
    )

    Parameters

    dp
    deferredReference
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also