Share via


MiscCaps.SupportsSeparateAlphaBlend Property (Microsoft.DirectX.Direct3D)

Specifies whether the device supports separate alpha blending.

Definition

Visual Basic Public ReadOnly Property SupportsSeparateAlphaBlend As Boolean
C# public bool SupportsSeparateAlphaBlend { get; }
C++ public:
property bool SupportsSeparateAlphaBlend {
        bool get();
}
JScript public function get SupportsSeparateAlphaBlend() : boolean

Property Value

System.Boolean
Value that is true if the device supports separate alpha blending, or false if it does not.

This property is read-only.