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