RenderStateManager.ShadeMode Property

Language:

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

Contains one or more members of the ShadeMode enumeration.

Definition

Visual Basic .NET Public Property ShadeMode As ShadeMode
C# public ShadeMode ShadeMode { get; set; }
Managed C++ public: __property ShadeMode get_ShadeMode();
public: __property void set_ShadeMode(ShadeMode);
JScript .NET public function get ShadeMode() : ShadeMode
public function set ShadeMode(ShadeMode);

Property Value

Microsoft.DirectX.Direct3D.ShadeMode . Value of the ShadeMode enumeration to set or retrieve.

This property is read/write. 

Remarks

The default value is ShadeMode.Gouraud.


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

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