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


In This Topic
    SetEffectiveValue(EntryIndex,DependencyProperty,Int32,PropertyMetadata,Object,BaseValueSourceInternal) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <MS.Internal.WindowsBase.FriendAccessAllowedAttribute()>
    Friend Overloads Sub SetEffectiveValue( _
       ByVal entryIndex As System.Windows.EntryIndex, _
       ByVal dp As System.Windows.DependencyProperty, _
       ByVal targetIndex As System.Integer, _
       ByVal metadata As System.Windows.PropertyMetadata, _
       ByVal value As System.Object, _
       ByVal valueSource As System.Windows.BaseValueSourceInternal _
    ) 
    'Usage
     
    
    Dim instance As NWrapFlowPanelControl
    Dim entryIndex As System.Windows.EntryIndex
    Dim dp As System.Windows.DependencyProperty
    Dim targetIndex As System.Integer
    Dim metadata As System.Windows.PropertyMetadata
    Dim value As System.Object
    Dim valueSource As System.Windows.BaseValueSourceInternal
     
    instance.SetEffectiveValue(entryIndex, dp, targetIndex, metadata, value, valueSource)
    [MS.Internal.WindowsBase.FriendAccessAllowed()]
    internal void SetEffectiveValue( 
       System.Windows.EntryIndex entryIndex,
       System.Windows.DependencyProperty dp,
       System.int targetIndex,
       System.Windows.PropertyMetadata metadata,
       System.object value,
       System.Windows.BaseValueSourceInternal valueSource
    )

    Parameters

    entryIndex
    dp
    targetIndex
    metadata
    value
    valueSource
    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