RenderStateManager.DitherEnable Property (Microsoft.DirectX.Direct3D)
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.