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




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

    Parameters

    offset
    The offset.
    See Also