GdPicture.NET.14
GdPicture14.WPF Namespace / ThumbnailEx.ScrollEventArgs Class / Page Property





In This Topic
Page Property (ThumbnailEx.ScrollEventArgs)
In This Topic
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