PerspectiveTransform3D.OffsetX 属性

定义

获取或设置从元素中心开始的透视原点的 x 偏移量(以像素为单位)。

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

属性值

Double

double

透视原点与元素中心的 x 偏移量。 此距离以像素为单位,默认值为 0。

适用于