PerspectiveTransform3D.OffsetX Property

Definition

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.

Applies to