Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 962 Bytes

parallaxview_horizontalsourcestartoffset.md

File metadata and controls

33 lines (20 loc) · 962 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ParallaxView.HorizontalSourceStartOffset
winrt property

Windows.UI.Xaml.Controls.ParallaxView.HorizontalSourceStartOffset

-description

Represents the horizontal scroll offset at which parallax motion starts.

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

-xaml-syntax

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

-property-value

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

-remarks

-see-also

-examples