In This Topic

ZoomMode Property (GdViewer)

In This Topic
Gets or sets the current zoom mode used by the control and refreshes the control as well.

If the newly specified ZoomMode value is the same as the current ZoomMode value, this method does nothing.

Syntax
'Declaration

 

Public Property ZoomMode As ViewerZoomMode
public ViewerZoomMode ZoomMode {get; set;}
public read-write property ZoomMode: ViewerZoomMode; 
public function get,set ZoomMode : ViewerZoomMode
public: __property ViewerZoomMode get_ZoomMode();

public: __property void set_ZoomMode( 

   ViewerZoomMode value

);
public:

property ViewerZoomMode ZoomMode {

   ViewerZoomMode get();

   void set (    ViewerZoomMode value);

}

Property Value

The default value is ViewerZoomMode.ZoomModeFitToViewer.
See Also