Intersoft ClientUI Documentation
RotationY Property (ContentPerspective)



Gets or sets the number of degrees to rotate the object around the y-axis of rotation.
Syntax
<CategoryAttribute("Projection")>
Public Property RotationY As Double
Dim instance As ContentPerspective
Dim value As Double
 
instance.RotationY = value
 
value = instance.RotationY
[CategoryAttribute("Projection")]
public double RotationY {get; set;}
[CategoryAttribute("Projection")]
public:
property double RotationY {
   double get();
   void set (    double value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ContentPerspective Class
ContentPerspective Members

Send Feedback