Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule.UI Namespace / a4 Class / AlignVertically Method

In This Topic
    AlignVertically Method (a4)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub AlignVertically( _
       ByVal r As System.Drawing.Rectangle, _
       ByVal align As C1.Framework.Alignment, _
       ByVal first As System.Integer, _
       ByVal count As System.Integer _
    ) 
    protected void AlignVertically( 
       System.Drawing.Rectangle r,
       C1.Framework.Alignment align,
       System.int first,
       System.int count
    )

    Parameters

    r
    align
    first
    count
    See Also