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