| TriangleMeshPrimitiveUseCustomBlendingParameters Property  | 
 
Gets or set the boolean that defines if custom blending parameters will be used or if it will
use the blending parameters set by the particular rendering pass.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic bool UseCustomBlendingParameters { get; set; }Public Property UseCustomBlendingParameters As Boolean
	Get
	Set
public:
property bool UseCustomBlendingParameters {
	bool get ();
	void set (bool value);
}member UseCustomBlendingParameters : bool with get, set
Property Value
Type: 
Boolean See Also
See Also