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


In This Topic
    UnsetEffectiveValue Method (NWrapFlowPanelControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub UnsetEffectiveValue( _
       ByVal entryIndex As System.Windows.EntryIndex, _
       ByVal dp As System.Windows.DependencyProperty, _
       ByVal metadata As System.Windows.PropertyMetadata _
    ) 
    'Usage
     
    
    Dim instance As NWrapFlowPanelControl
    Dim entryIndex As System.Windows.EntryIndex
    Dim dp As System.Windows.DependencyProperty
    Dim metadata As System.Windows.PropertyMetadata
     
    instance.UnsetEffectiveValue(entryIndex, dp, metadata)
    internal void UnsetEffectiveValue( 
       System.Windows.EntryIndex entryIndex,
       System.Windows.DependencyProperty dp,
       System.Windows.PropertyMetadata metadata
    )

    Parameters

    entryIndex
    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