Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Get/Set the rotation for the element.

Namespace: Visual3D.UI
Assembly: Visual3D.UI (in Visual3D.UI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public float RotationAngle { get; set; }
Public Property RotationAngle As Single
	Get
	Set

Field Value

Defines the current visible rotation at which to be rendered between 0 and 360 degrees.

See Also