RenderStateManager.MaxTessellationLevel Property

Language:

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

Retrieves or sets the maximum tessellation level.

Definition

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


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

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