Share via


CustomVertex.PositionNormal.Nx Field (Microsoft.DirectX.Direct3D)

Retrieves or sets the nx component of the vertex normal.

Definition

Visual Basic Public Nx As SingleLeave Site
C# public SingleLeave Site Nx;
C++ public: SingleLeave Site Nx;
JScript public var Nx : SingleLeave Site

Field Value

System.Single
Floating-point value that represents the nx component of the vertex normal.

This field is read/write.