ImageGear .NET v24.12 - Updated
SetHorizontalOffset Method




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearVirtualizingWrapPanel Class : SetHorizontalOffset Method
The offset.
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

Reference

ImGearVirtualizingWrapPanel Class
ImGearVirtualizingWrapPanel Members