ImageGear .NET
ScrollDirection Property (ImGearThumbnailList)




Gets or sets the direction the thumbnail items will scroll in the control.
Syntax
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);
}
'Declaration
 
Public Property ScrollDirection As ImGearScrollDirection
 
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As ImGearScrollDirection
 
instance.ScrollDirection = value
 
value = instance.ScrollDirection

Property Value

ImGearScrollDirection value.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback