MapMoveEventArgsZoom Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the zoom value for this event
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public double Zoom { get; set; }
Public Property Zoom As Double
Get
Set
public:
virtual property double Zoom {
double get () sealed;
void set (double value) sealed;
}
function get_Zoom();
function set_Zoom(value);
Return Value
Type:
DoubleThe zoom value for this event
Implements
MapMoveEventArgs_MapMoveEventArgsZoomSee Also