If DelayDisplaySelection is True, the selection is displayed with delay.

This allow you to quickly navigate the image (zoom and scroll) and only after you have finished the navigation the selection is displayed.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool DelayDisplaySelection { get; set; }
Public Property DelayDisplaySelection As Boolean
	Get
	Set
public:
property bool DelayDisplaySelection {
	bool get ();
	void set (bool value);
}

See Also