ComponentOne MultiSelect 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also