ImageGear .NET v24.12 - Updated
ScrollDirection Property (ImGearThumbnailList)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailList Class : ScrollDirection Property
Gets or sets the direction the thumbnail items will scroll in the control.
Syntax
'Declaration
 
Public Property ScrollDirection As ImGearScrollDirection
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As ImGearScrollDirection
 
instance.ScrollDirection = value
 
value = instance.ScrollDirection
public ImGearScrollDirection ScrollDirection {get; set;}
public: __property ImGearScrollDirection get_ScrollDirection();
public: __property void set_ScrollDirection( 
   ImGearScrollDirection value
);
public:
property ImGearScrollDirection ScrollDirection {
   ImGearScrollDirection get();
   void set (    ImGearScrollDirection value);
}

Property Value

ImGearScrollDirection value.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members