BlendOperation specifies the blending operation. Default is RenderOperation.Normal.

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

Syntax

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

See Also