TranslateTransform.X Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the distance to translate along the x-axis.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<TranslateTransform X="double"/>
Property Value
Type: System.DoubleThe distance to translate (move) an object along the x-axis, in pixels.
This property is read/write. The default is 0.
Dependency property identifier field: XProperty
Negative values move an object to the left; positive values move an object to the right.
Show: