Intersoft ClientUI Documentation
OffsetZ Property (ContentPerspective)



Gets or sets the distance the object is translated along the z-axis of the screen.
Syntax
<CategoryAttribute("Projection")>
Public Property OffsetZ As Double
Dim instance As ContentPerspective
Dim value As Double
 
instance.OffsetZ = value
 
value = instance.OffsetZ
[CategoryAttribute("Projection")]
public double OffsetZ {get; set;}
[CategoryAttribute("Projection")]
public:
property double OffsetZ {
   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