ParallaxView.HorizontalSourceOffsetKind 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.
Gets or sets a value that determines how the horizontal source offset values of a ParallaxView are interpreted.
Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.ParallaxView.HorizontalSourceOffsetKind (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).
public:
property ParallaxSourceOffsetKind HorizontalSourceOffsetKind { ParallaxSourceOffsetKind get(); void set(ParallaxSourceOffsetKind value); };
ParallaxSourceOffsetKind HorizontalSourceOffsetKind();
void HorizontalSourceOffsetKind(ParallaxSourceOffsetKind value);
public ParallaxSourceOffsetKind HorizontalSourceOffsetKind { get; set; }
var parallaxSourceOffsetKind = parallaxView.horizontalSourceOffsetKind;
parallaxView.horizontalSourceOffsetKind = parallaxSourceOffsetKind;
Public Property HorizontalSourceOffsetKind As ParallaxSourceOffsetKind
<ParallaxView HorizontalSourceOffsetKind="parallaxSourceOffsetKindName" .../>
Property Value
A value of the enumeration that determines how the horizontal source offset values of a ParallaxView are interpreted.