Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 549 Bytes

compositetransform_translatex.md

File metadata and controls

28 lines (19 loc) · 549 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Media.CompositeTransform.TranslateX
winrt property

Microsoft.UI.Xaml.Media.CompositeTransform.TranslateX

-description

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

-xaml-syntax

<CompositeTransform TranslateX="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