Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 535 Bytes

compositetransform_translatey.md

File metadata and controls

30 lines (19 loc) · 535 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.CompositeTransform.TranslateY
winrt property

Windows.UI.Xaml.Media.CompositeTransform.TranslateY

-description

Gets or sets the distance to translate (move) an object along the y-axis.

-xaml-syntax

<CompositeTransform TranslateY="double"/>

-property-value

The distance to translate (move) an object along the y-axis, in pixels. The default is 0.

-remarks

-examples

-see-also