Calendar for WinForms | ComponentOne
C1.Win.C1Input.Design Namespace / GenericControlDesigner Class / GetTextBaseline Method

In This Topic
    GetTextBaseline Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetTextBaseline( _
       ByVal ctrl As Control, _
       ByVal alignment As ContentAlignment, _
       ByVal topmargin As Integer, _
       ByVal bottommargin As Integer _
    ) As Integer
    public static int GetTextBaseline( 
       Control ctrl,
       ContentAlignment alignment,
       int topmargin,
       int bottommargin
    )

    Parameters

    ctrl
    alignment
    topmargin
    bottommargin
    See Also