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


In This Topic
    InternalSetOffsetWorkaround Method (NWrapFlowPanelControl)
    In This Topic
    Syntax
    'Declaration
     
    
    <MS.Internal.PresentationCore.FriendAccessAllowedAttribute()>
    Friend Sub InternalSetOffsetWorkaround( _
       ByVal offset As System.Windows.Vector _
    ) 
    'Usage
     
    
    Dim instance As NWrapFlowPanelControl
    Dim offset As System.Windows.Vector
     
    instance.InternalSetOffsetWorkaround(offset)
    [MS.Internal.PresentationCore.FriendAccessAllowed()]
    internal void InternalSetOffsetWorkaround( 
       System.Windows.Vector offset
    )

    Parameters

    offset
    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