Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.03 KB

parallaxview_horizontalshift.md

File metadata and controls

35 lines (21 loc) · 1.03 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.ParallaxView.HorizontalShift
winrt property

Windows.UI.Xaml.Controls.ParallaxView.HorizontalShift

-description

Represents the horizontal range of motion of the child element.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.ParallaxView.HorizontalShift (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-xaml-syntax

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

-property-value

The horizontal range of motion. The default is 0.

-remarks

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

-see-also

-examples