IScrollSnapPointsInfo interface

0 out of 1 rated this helpful - Rate this topic

Describes snap point behavior for objects that contain and present items.

Syntax


public interface IScrollSnapPointsInfo

Attributes

GuidAttribute("1b5d1336-e61b-4d51-be41-fd8ddc55c58c")
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The IScrollSnapPointsInfo interface has these types of members:

Events

The IScrollSnapPointsInfo interface has these events.

EventDescription
HorizontalSnapPointsChanged Occurs when the measurements for horizontal snap points change.
VerticalSnapPointsChanged Occurs when the measurements for vertical snap points change.

 

Methods

The IScrollSnapPointsInfo interface has these methods. It also inherits methods from the Object class.

MethodDescription
GetIrregularSnapPoints Returns the set of distances between irregular snap points for a specified orientation and alignment.
GetRegularSnapPoints Gets the distance between regular snap points for a specified orientation and alignment.

 

Properties

The IScrollSnapPointsInfo interface has these properties.

PropertyAccess typeDescription

AreHorizontalSnapPointsRegular

Read-onlyGets a value that indicates whether the horizontal snap points for the container are equidistant from each other.

AreVerticalSnapPointsRegular

Read-onlyGets a value that indicates whether the vertical snap points for the container are equidistant from each other.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls.Primitives
Windows::UI::Xaml::Controls::Primitives [C++]

Metadata

Windows.winmd

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.