TranslateTransform.X 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置沿 X 轴平移的距离。
public:
property double X { double get(); void set(double value); };
double X();
void X(double value);
public double X { get; set; }
var double = translateTransform.x;
translateTransform.x = double;
Public Property X As Double
<TranslateTransform X="double"/>
属性值
Double
double
(沿 x 轴) 对象移动的距离(以像素为单位)。 此属性是可读写的。 默认值为 0。