Determines or sets the percentage that a zoom operation will apply.
Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ZoomPercent As Single |
| C# |
|---|
| public float ZoomPercent { get; set; } |
| C++ |
|---|
| public property float ZoomPercent sealed { float get(); void set(float value); } |
| J# |
|---|
| /** property */ public float get_ZoomPercent(); /** property */ public void set_ZoomPercent(float value); |
| JScript |
|---|
| public function get ZoomPercent() : float public function set ZoomPercent(value : float); |