In This Topic

Page Property (ThumbnailEx.ScrollEventArgs)

In This Topic
Specifies the page size, in device units. A scroll bar uses this value to determine the appropriate size of the proportional scroll box.
Syntax
'Declaration
 
Public ReadOnly Property Page As Double
public double Page {get;}
public read-only property Page: Double; 
public function get Page : double
public: __property double get_Page();
public:
property double Page {
   double get();
}
See Also