RenderStateManager.DitherEnable Property

Language:

Note: This documentation is preliminary and is subject to change.

Enables or disables dithering.

Definition

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);

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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.