ParallaxView.MaxHorizontalShiftRatioProperty Property

Definition

Identifies the MaxHorizontalShiftRatio dependency property.

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

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

Property Value

The identifier for the MaxHorizontalShiftRatio dependency property.

Applies to