ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / DeviceContext Class / SetTextJustification Method
Specifies the total extra space, in logical units, to be added to the line of text.
Specifies the number of break characters in the line.

In This Topic
    SetTextJustification Method
    In This Topic
    Specifies the amount of space the system should add to the break characters in a string of text. The space is added when an application calls the TextOut method.
    Syntax
    'Declaration
     
    
    Public Sub SetTextJustification( _
       ByVal breakExtra As Integer, _
       ByVal breakCount As Integer _
    ) 
    public void SetTextJustification( 
       int breakExtra,
       int breakCount
    )

    Parameters

    breakExtra
    Specifies the total extra space, in logical units, to be added to the line of text.
    breakCount
    Specifies the number of break characters in the line.
    See Also