ParallaxView.HorizontalShift Property

Definition

Represents the horizontal range of motion of the child element.

C#
public double HorizontalShift { get; set; }
XAML
<ParallaxView HorizontalShift="double" .../>

Property Value

Double

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.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6