Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PlaneProjection.GlobalOffsetX Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Media
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 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
Feedback
Was this page helpful?
