ImageGear .NET v24.12 - Updated
ScrollToPreviousPageCommand Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailList Class : ScrollToPreviousPageCommand Property
Gets a command for scrolling to the previous page of thumbnails in the thumbnail list.
Syntax
'Declaration
 
Public ReadOnly Property ScrollToPreviousPageCommand As ICommand
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As ICommand
 
value = instance.ScrollToPreviousPageCommand
public ICommand ScrollToPreviousPageCommand {get;}
public: __property ICommand* get_ScrollToPreviousPageCommand();
public:
property ICommand^ ScrollToPreviousPageCommand {
   ICommand^ get();
}

Property Value

ICommand value.
Remarks
A page of thumbnail items consists of all of the thumbnail items that fit in the view.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members