dotnetCHARTING Send comments on this topic.
AngleOfRotation Property
See Also 
dotnetCHARTING Namespace > View3D Class : AngleOfRotation Property


Gets or sets the camera horizontal rotation angle in degrees (0-180).

Syntax

Visual Basic (Declaration) 
Public Property AngleOfRotation As Double
Visual Basic (Usage)Copy Code
Dim instance As View3D
Dim value As Double
 
instance.AngleOfRotation = value
 
value = instance.AngleOfRotation
C# 
public double AngleOfRotation {get; set;}

See Also

© 2021 All Rights Reserved.