ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileViewPanel Class / GetIrregularSnapPoints Method

In This Topic
    GetIrregularSnapPoints Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetIrregularSnapPoints( _
       ByVal orientation As Windows.UI.Xaml.Controls.Orientation, _
       ByVal alignment As Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment _
    ) As System.Collections.Generic.IReadOnlyList(Of Single)
    public System.Collections.Generic.IReadOnlyList<float> GetIrregularSnapPoints( 
       Windows.UI.Xaml.Controls.Orientation orientation,
       Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment alignment
    )

    Parameters

    orientation
    alignment
    See Also