Intersoft ClientUI Documentation
CenterRotationZ Property (ContentPerspective)



Gets or sets the z-coordinate of the center of rotation of the object you rotate.
Syntax
<CategoryAttribute("Projection")>
Public Property CenterRotationZ As Double
Dim instance As ContentPerspective
Dim value As Double
 
instance.CenterRotationZ = value
 
value = instance.CenterRotationZ
[CategoryAttribute("Projection")]
public double CenterRotationZ {get; set;}
[CategoryAttribute("Projection")]
public:
property double CenterRotationZ {
   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