GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer Class / ZoomStep Property





In This Topic
ZoomStep Property (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Property ZoomStep As Integer
public int ZoomStep {get; set;}
public read-write property ZoomStep: Integer; 
public function get,set ZoomStep : int
public: __property int get_ZoomStep();
public: __property void set_ZoomStep( 
   int value
);
public:
property int ZoomStep {
   int get();
   void set (    int value);
}
See Also