Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PlaneProjection.GlobalOffsetY Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?