TranslateTransform.X 属性

定义

获取或设置沿 X 轴平移的距离。

public:
 property double X { double get(); void set(double value); };
public double X { get; set; }
member this.X : double with get, set
Public Property X As Double

属性值

Double

沿 X 轴平移(移动)对象的距离。 默认值为 0。

注解

负值将对象移到左侧;正值将对象移到右侧。

依赖项属性信息

标识符字段 XProperty
元数据属性设置为 true

适用于

另请参阅