RenderStateManager.StencilEnable Property |
Language: |
Retrieves or sets stencil enabling.
Visual Basic Public Property StencilEnable As Boolean C# public bool StencilEnable { get; set; } C++ public:
property bool StencilEnable {
bool get();
void set(bool value);
}JScript public function get StencilEnable() : boolean
public function set StencilEnable(boolean);
System.Boolean
This property is read/write.
Set to true to enable stenciling, or false to disable it.
The default value is false.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.