ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearVirtualizingWrapPanel Class / SetVerticalOffset Method
The offset.




In This Topic
    SetVerticalOffset Method
    In This Topic
    Sets the vertical offset.
    Syntax
    'Declaration
     
    Public Sub SetVerticalOffset( _
       ByVal offset As Double _
    ) 
    'Usage
     
    Dim instance As ImGearVirtualizingWrapPanel
    Dim offset As Double
     
    instance.SetVerticalOffset(offset)
    public void SetVerticalOffset( 
       double offset
    )
    public: void SetVerticalOffset( 
       double offset
    ) 
    public:
    void SetVerticalOffset( 
       double offset
    ) 

    Parameters

    offset
    The offset.
    See Also