ParallaxView.IsHorizontalShiftClampedProperty Property

Definition

Identifies the IsHorizontalShiftClamped dependency property.

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

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

Property Value

The identifier for the IsHorizontalShiftClamped dependency property.

Applies to