Get or Set the property to enable(disable) Pan and Zoom

Namespace:  Emgu.CV.UI
Assembly:  Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected bool PanableAndZoomable { get; set; }
Visual Basic (Declaration)
Protected Property PanableAndZoomable As Boolean
Visual C++
protected:
property bool PanableAndZoomable {
	bool get ();
	void set (bool value);
}

See Also