RenderStateManager.PositionDegree Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the N-patch position interpolation degree.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.DegreeType
Value of the DegreeType enumeration that specifies the degree.

This property is read/write. 

Remarks

The default value is DegreeType.Cubic. The DegreeType.Linear value also can be used.