ParallaxView.VerticalSourceStartOffsetProperty Property

Definition

Identifies the VerticalSourceStartOffset dependency property.

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

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

Property Value

The identifier for the VerticalSourceStartOffset dependency property.

Applies to