Specify the operation to execute between this layer and the background layer.

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

Syntax

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

See Also