RenderToEnvironmentDescription.DepthStencilFormat Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the depth stencil format.
Definition
Visual Basic Public Property DepthStencilFormat As DepthFormat C# public DepthFormat DepthStencilFormat { get; set; } C++ public:
property DepthFormat DepthStencilFormat {
DepthFormat get();
void set(DepthFormat value);
}JScript public function get DepthStencilFormat() : DepthFormat
public function set DepthStencilFormat(DepthFormat);
Property Value
Microsoft.DirectX.Direct3D.DepthFormat
Value of the DepthFormat enumeration that describes the depth stencil format to set or retrieve.This property is read/write.