MouseOptionsZooming Property |
Gets or sets whether clicking and dragging the mouse will zoom to the defined area. The
ZoomComplete event is raised when the zoom is complete.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool Zooming { get; set; }
Public Property Zooming As Boolean
Get
Set
public:
property bool Zooming {
bool get ();
void set (bool value);
}
member Zooming : bool with get, set
Property Value
Type:
BooleanSee Also