ParallaxView.HorizontalSourceOffsetKind Property

Definition

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.

Applies to