PerspectiveTransform3D.OffsetX 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 x-offset in pixels for the perspective's origin from the center of the element.
public:
property double OffsetX { double get(); void set(double value); };
double OffsetX();
void OffsetX(double value);
public double OffsetX { get; set; }
var double = perspectiveTransform3D.offsetX;
perspectiveTransform3D.offsetX = double;
Public Property OffsetX As Double
Property Value
Double
double
The x-offset of the perspective's origin from the center of the element. This distance is measured in pixels and the default value is 0.