RenderStateManager.StencilEnable Property |
Language: |
Retrieves or sets stencil enabling.
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);
System.Boolean . Set to true to enable stenciling, or false to disable it.
This property is read/write.
The default value is false.
Feedback? Please provide us with your comments on this topic.