Share via


ParallaxView.HorizontalSourceStartOffset Property

Definition

Represents the horizontal scroll offset at which parallax motion starts.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

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

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

Property Value

Double

double

The horizontal scroll offset at which parallax motion starts. The default is 0.

Applies to