Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Get / Set the BlendState to use when drawing the particles.
Default value is BlendState.AlphaBlend.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public BlendState BlendState { get; set; }
|
Visual Basic
|
Public Property BlendState As BlendState
Get
Set
|
Visual C++
|
public:
property BlendState^ BlendState {
BlendState^ get ();
void set (BlendState^ value);
}
|
Property Value
Type: BlendState
See Also
RenderProperties Class
RenderProperties Members
DPSF Namespace
Send comments on this topic to
|