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.
See Also