RenderStateManager.MinTessellationLevel Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets the minimum tessellation level.

Definition

Visual Basic .NET Public Property MinTessellationLevel As Single
C# public float MinTessellationLevel { get; set; }
Managed C++ public: __property float get_MinTessellationLevel();
public: __property void set_MinTessellationLevel(float);
JScript .NET 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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.