PerspectiveTransform3D.OffsetX 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置从元素中心开始的透视原点的 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。