PlaneProjection.GlobalOffsetX Property

Definition

Gets or sets the distance that the object is translated along the x-axis of the screen.

public:
 property double GlobalOffsetX { double get(); void set(double value); };
double GlobalOffsetX();

void GlobalOffsetX(double value);
public double GlobalOffsetX { get; set; }
var double = planeProjection.globalOffsetX;
planeProjection.globalOffsetX = double;
Public Property GlobalOffsetX As Double
<PlaneProjection GlobalOffsetX="double"/>

Property Value

Double

double

The distance that the object is translated along the x-axis of the screen.

Applies to