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


In This Topic
    EvaluateAnimatedValueCore Method (NWrapFlowPanelControl)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Security.Permissions.UIPermissionAttribute(UIPermissionWindow.AllWindows)>
    Friend Sub EvaluateAnimatedValueCore( _
       ByVal dp As System.Windows.DependencyProperty, _
       ByVal metadata As System.Windows.PropertyMetadata, _
       ByRef entry As System.Windows.EffectiveValueEntry _
    ) 
    'Usage
     
    
    Dim instance As NWrapFlowPanelControl
    Dim dp As System.Windows.DependencyProperty
    Dim metadata As System.Windows.PropertyMetadata
    Dim entry As System.Windows.EffectiveValueEntry
     
    instance.EvaluateAnimatedValueCore(dp, metadata, entry)
    [System.Security.Permissions.UIPermission(UIPermissionWindow.AllWindows)]
    internal void EvaluateAnimatedValueCore( 
       System.Windows.DependencyProperty dp,
       System.Windows.PropertyMetadata metadata,
       ref System.Windows.EffectiveValueEntry entry
    )

    Parameters

    dp
    metadata
    entry
    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