ParallaxView.MaxVerticalShiftRatioProperty Property

Definition

Identifies the MaxVerticalShiftRatio dependency property.

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

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

Property Value

The identifier for the MaxVerticalShiftRatio dependency property.

Applies to