Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ParallaxView.HorizontalShift Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Represents the horizontal range of motion of the child element.

public:
 property double HorizontalShift { double get(); void set(double value); };
double HorizontalShift();

void HorizontalShift(double value);
public double HorizontalShift { get; set; }
var double = parallaxView.horizontalShift;
parallaxView.horizontalShift = double;
Public Property HorizontalShift As Double
<ParallaxView HorizontalShift="double" .../>

Property Value

Double

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


Feedback

Was this page helpful?