ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailList Class / ScrollToPreviousPageCommand Property




In This Topic
    ScrollToPreviousPageCommand Property
    In This Topic
    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