Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 511 Bytes

translatetransform_x.md

File metadata and controls

30 lines (19 loc) · 511 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.TranslateTransform.X
winrt property

Windows.UI.Xaml.Media.TranslateTransform.X

-description

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

-xaml-syntax

<TranslateTransform X="double"/>

-property-value

The distance to translate (move) an object along the x-axis, in pixels. This property is read/write. The default is 0.

-remarks

-examples

-see-also