If set, then when the user deletes or moves the background layer (Layer 0), the new background will inherit the Locked and Selectable properties of the old one (and vice versa).

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

Syntax

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

See Also