RenderStateManager.MinTessellationLevel Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the minimum tessellation level.
Definition
Visual Basic Public Property MinTessellationLevel As Single C# public float MinTessellationLevel { get; set; } C++ public:
property float MinTessellationLevel {
float get();
void set(float value);
}JScript public function get MinTessellationLevel() : float
public function set MinTessellationLevel(float);
Property Value
System.Single
Floating-point value that represents the minimum tessellation level to set or retrieve.This property is read/write.
Remarks
The default value is 1.0f.