Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NWrapFlowPanelControl Class / SetEffectiveValue Method / SetEffectiveValue(EntryIndex,DependencyProperty,PropertyMetadata,EffectiveValueEntry,EffectiveValueEntry) Method


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

    Parameters

    entryIndex
    dp
    metadata
    newEntry
    oldEntry
    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