RenderStateManager.DitherEnable Property

Language:

Enables or disables dithering.

Definition

Visual Basic Public Property DitherEnable As Boolean
C# public bool DitherEnable { get; set; }
C++ public:
property bool DitherEnable {
        bool get();
        void set(bool value);
}
JScript public function get DitherEnable() : boolean
public function set DitherEnable(boolean);

Property Value

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

This property is read/write. 

Remarks

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.