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


In This Topic
    ReleaseOnChannelForCyclicBrush Method (NWrapFlowPanelControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Sub ReleaseOnChannelForCyclicBrush( _
       ByVal cyclicBrush As System.Windows.Media.ICyclicBrush, _
       ByVal channel As System.Windows.Media.Composition.DUCE.Channel _
    ) 
    'Usage
     
    
    Dim instance As NWrapFlowPanelControl
    Dim cyclicBrush As System.Windows.Media.ICyclicBrush
    Dim channel As System.Windows.Media.Composition.DUCE.Channel
     
    instance.ReleaseOnChannelForCyclicBrush(cyclicBrush, channel)
    internal virtual void ReleaseOnChannelForCyclicBrush( 
       System.Windows.Media.ICyclicBrush cyclicBrush,
       System.Windows.Media.Composition.DUCE.Channel channel
    )

    Parameters

    cyclicBrush
    channel
    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