RenderStateManager.MaxTessellationLevel Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the maximum tessellation level.

Definition

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

Property Value

System.Single
Floating-point value that represents the maximum tessellation level to set or retrieve.

This property is read/write. 

Remarks

The default value is 1.0f.