get set whether to cancel the event. Set true to disable core zooming functinonality that occurs when
the map is double clicked
Namespace:
EGIS.ControlsAssembly: EGIS.Controls (in EGIS.Controls.dll)
Syntax
Visual Basic |
---|
Public Property Cancel As Boolean Get Set |
C# |
---|
public bool Cancel { get; set; } |
Visual C++ |
---|
public: property bool Cancel { bool get (); void set (bool value); } |
JavaScript |
---|
function get_cancel(); function set_cancel(value); |