When true (default), moving objects or doing other visual operation disables antialiasing and shadows.

If you have a fast machine, disable this property to increase user graphical experience.

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

Syntax

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

See Also