Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 699 Bytes

parallaxview_verticalshift.md

File metadata and controls

39 lines (20 loc) · 699 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ParallaxView.VerticalShift
winrt property

Microsoft.UI.Xaml.Controls.ParallaxView.VerticalShift

-description

Represents the vertical range of motion of the child element.

-property-value

The vertical range of motion. The default is 0.

-remarks

The default value of 0 means there is no vertical parallax motion. A value of 100 means the Child element is sized to 100px taller than the ParallaxView, so the range of the parallax motion is 100px.

-see-also

-examples

-xaml-syntax

<ParallaxView VerticalShift="double" .../>