ParallaxView.VerticalSourceEndOffsetProperty Property

Definition

Identifies the VerticalSourceEndOffset dependency property.

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

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

Property Value

The identifier for the VerticalSourceEndOffset dependency property.

Applies to