RenderStateManager.StencilEnable Property

Language:

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

Retrieves or sets stencil enabling.

Definition

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

Property Value

System.Boolean . Set to true to enable stenciling, or false to disable it.

This property is read/write. 

Remarks

The default value is false.


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

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