ParallaxView.HorizontalShiftProperty Property

Definition

Identifies the HorizontalShift dependency property.

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

public:
 static property DependencyProperty ^ HorizontalShiftProperty { DependencyProperty ^ get(); };
static DependencyProperty HorizontalShiftProperty();
public static DependencyProperty HorizontalShiftProperty { get; }
var dependencyProperty = ParallaxView.horizontalShiftProperty;
Public Shared ReadOnly Property HorizontalShiftProperty As DependencyProperty

Property Value

The identifier for the HorizontalShift dependency property.

Applies to