RenderStateManager.AlphaBlendEnable Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets a value to enable alpha-blended transparency.

Definition

Visual Basic .NET Public Property AlphaBlendEnable As Boolean
C# public bool AlphaBlendEnable { get; set; }
Managed C++ public: __property bool get_AlphaBlendEnable();
public: __property void set_AlphaBlendEnable(bool);
JScript .NET public function get AlphaBlendEnable() : boolean
public function set AlphaBlendEnable(boolean);

Property Value

System.Boolean . Set to true to enable alpha-blended transparency, or false to disable it.

This property is read/write. 

Remarks

The default value is false. The type of alpha blending is determined by the RenderStateManager.SourceBlend and RenderStateManager.DestinationBlend render states.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.