ImageGear for .NET
ScrollDirection Property (ImGearThumbnailList)




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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback