When user inserts new objects with a single click, this property controls if the new object is centered at mouse position (True) or if its top-left side is on the mouse position (False - default).

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

Syntax

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

See Also