Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 499 Bytes

translatetransform_y.md

File metadata and controls

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

Windows.UI.Xaml.Media.TranslateTransform.Y

-description

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

-xaml-syntax

<TranslateTransform Y="double"/>

-property-value

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

-remarks

-examples

-see-also