ScrollViewer.VerticalSnapPointsAlignmentProperty Property

Definition

Identifies the VerticalSnapPointsAlignment dependency property.

public:
 static property DependencyProperty ^ VerticalSnapPointsAlignmentProperty { DependencyProperty ^ get(); };
static DependencyProperty VerticalSnapPointsAlignmentProperty();
public static DependencyProperty VerticalSnapPointsAlignmentProperty { get; }
var dependencyProperty = ScrollViewer.verticalSnapPointsAlignmentProperty;
Public Shared ReadOnly Property VerticalSnapPointsAlignmentProperty As DependencyProperty

Property Value

The identifier for the VerticalSnapPointsAlignment dependency property.

Applies to

See also