TranslateTransform.X Property

Definition

Gets or sets the distance to translate along the x-axis.

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

Property Value

The distance to translate (move) an object along the x-axis. The default value is 0.

Remarks

Negative values move an object to the left; positive values move an object to the right.

Dependency Property Information

Identifier field XProperty
Metadata properties set to true None

Applies to

See also