Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.05 KB

parallaxview_ishorizontalshiftclamped.md

File metadata and controls

33 lines (20 loc) · 1.05 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.ParallaxView.IsHorizontalShiftClamped
winrt property

Windows.UI.Xaml.Controls.ParallaxView.IsHorizontalShiftClamped

-description

Gets or sets a value that indicates whether the horizontal parallax ratio is clampled to a specified percentage of the source scroll velocity.

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

-xaml-syntax

<ParallaxView IsHorizontalShiftClamped="bool" .../>

-property-value

true if the parallax ratio is clampled to a specified percentage of the source scroll velocity; otherwise, false. The default is true.

-remarks

-see-also

-examples