RenderStateManager.NormalDegree Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the degree of interpolation (linear, cubic, quadratic, or quintic) using the N-patch normal.

Definition

Visual Basic Public Property NormalDegree As DegreeType
C# public DegreeType NormalDegree { get; set; }
C++ public:
property DegreeType NormalDegree {
        DegreeType get();
        void set(DegreeType value);
}
JScript public function get NormalDegree() : DegreeType
public function set NormalDegree(DegreeType);

Property Value

Microsoft.DirectX.Direct3D.DegreeType
Value of the DegreeType enumeration that represents the degree of interpolation to set or retrieve.

This property is read/write. 

Remarks

The default render state is DegreeType.Linear.