InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ScrollablePanel Class / AlignVertically Method

In This Topic
    AlignVertically Method (ScrollablePanel)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub AlignVertically( _
       ByVal r As Rectangle, _
       ByVal align As Alignment, _
       ByVal first As Integer, _
       ByVal count As Integer _
    ) 
    protected void AlignVertically( 
       Rectangle r,
       Alignment align,
       int first,
       int count
    )

    Parameters

    r
    align
    first
    count
    See Also