Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.03 KB

parallaxview_verticalsourceoffsetkind.md

File metadata and controls

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

Windows.UI.Xaml.Controls.ParallaxView.VerticalSourceOffsetKind

-description

Gets or sets a value that determines how the vertical source offset values of a ParallaxView are interpreted.

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

-xaml-syntax

<ParallaxView VerticalSourceOffsetKind="parallaxSourceOffsetKindName" .../>

-property-value

A value of the enumeration that determines how the vertical source offset values of a ParallaxView are interpreted.

-remarks

-see-also

-examples