Set to True to use an alternative drawing style for some transitions, in some cases this will improve performance on lower spec systems, but usually it is only an aesthetic change. Default: False

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

Syntax

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

See Also