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


In This Topic
    GetExpressionCore Method (NWrapFlowPanelControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function GetExpressionCore( _
       ByVal dp As System.Windows.DependencyProperty, _
       ByVal metadata As System.Windows.PropertyMetadata _
    ) As System.Windows.Expression
    'Usage
     
    
    Dim instance As NWrapFlowPanelControl
    Dim dp As System.Windows.DependencyProperty
    Dim metadata As System.Windows.PropertyMetadata
    Dim value As System.Windows.Expression
     
    value = instance.GetExpressionCore(dp, metadata)
    internal System.Windows.Expression GetExpressionCore( 
       System.Windows.DependencyProperty dp,
       System.Windows.PropertyMetadata metadata
    )

    Parameters

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