Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields.Maps Namespace / Util Class / ContentToHorzVertAlign Method

In This Topic
    ContentToHorzVertAlign Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub ContentToHorzVertAlign( _
       ByVal ca As ContentAlignment, _
       ByRef horz As HorizontalAlignment, _
       ByRef vert As VerticalAlignment _
    ) 
    public static void ContentToHorzVertAlign( 
       ContentAlignment ca,
       out HorizontalAlignment horz,
       out VerticalAlignment vert
    )

    Parameters

    ca
    horz
    vert
    See Also