Share via


RenderStateManager.DestinationBlend Property (Microsoft.DirectX.Direct3D)

Contains a member of the Blend enumeration that represents the destination .

Definition

Visual Basic Public Property DestinationBlend As Blend
C# public Blend DestinationBlend { get; set; }
C++ public:
property Blend DestinationBlend {
        Blend get();
        void set(Blend value);
}
JScript public function get DestinationBlend() : Blend
public function set DestinationBlend(Blend);

Property Value

Microsoft.DirectX.Direct3D.Blend
A Blend object that represents the current blend mode or the blend mode to set.

This property is read/write. 

Remarks

The default value is Blend.Zero.