PlaneProjection.GlobalOffsetY Property

Definition

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

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

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

Property Value

Double

double

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

Applies to