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

In This Topic
    GetRegularSnapPoints Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetRegularSnapPoints( _
       ByVal orientation As Windows.UI.Xaml.Controls.Orientation, _
       ByVal alignment As Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment, _
       ByRef offset As System.Single _
    ) As System.Single
    public System.float GetRegularSnapPoints( 
       Windows.UI.Xaml.Controls.Orientation orientation,
       Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment alignment,
       out System.float offset
    )

    Parameters

    orientation
    alignment
    offset
    See Also