RenderStateManager.DitherEnable Property |
Language: |
Enables or disables dithering.
Visual Basic .NET Public Property DitherEnable As Boolean C# public bool DitherEnable { get; set; } Managed C++ public: __property bool get_DitherEnable();
public: __property void set_DitherEnable(bool);JScript .NET public function get DitherEnable() : boolean
public function set DitherEnable(boolean);
System.Boolean . Set to true to enable dithering, 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.