Intersoft ClientUI Documentation
OffsetX Property (ContentProjector)



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

ContentProjector Class
ContentProjector Members

Send Feedback