Gets a command for scrolling to the previous band of thumbnails in the thumbnail list.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public ReadOnly Property ScrollToPreviousBandCommand As ICommand
             
        
            
            'Usage
 
Dim instance As ImGearThumbnailList
Dim value As ICommand
 
value = instance.ScrollToPreviousBandCommand
             
        
            
            public ICommand ScrollToPreviousBandCommand {get;}
             
        
            
            public: __property ICommand* get_ScrollToPreviousBandCommand();
             
        
            
            public:
property ICommand^ ScrollToPreviousBandCommand {
   ICommand^ get();
}
             
        
             
        
            
            
            Property Value
ICommand value.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also