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

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

    Parameters

    r
    align
    first
    count
    See Also