ItemsPresenter.GetIrregularSnapPoints Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a read-only collection of numbers that represent the snap points for the specified orientation.
public:
virtual IVectorView<float> ^ GetIrregularSnapPoints(Orientation orientation, SnapPointsAlignment alignment) = GetIrregularSnapPoints;
IVectorView<float> GetIrregularSnapPoints(Orientation const& orientation, SnapPointsAlignment const& alignment);
public IReadOnlyList<float> GetIrregularSnapPoints(Orientation orientation, SnapPointsAlignment alignment);
function getIrregularSnapPoints(orientation, alignment)
Public Function GetIrregularSnapPoints (orientation As Orientation, alignment As SnapPointsAlignment) As IReadOnlyList(Of Single)
Parameters
- orientation
- Orientation
The orientation of the requested snap points.
- alignment
- SnapPointsAlignment
The alignment used by the caller when applying the requested snap points.
Returns
A read-only collection of numbers that represent the snap points for the specified orientation, or an empty collection when no snap points are present.