Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / TextAlignmentSelection Method / TextAlignmentSelection(HorizontalAlignment) Method
Specifies the HorizonalAlignment for the paragraph.

In This Topic
    TextAlignmentSelection(HorizontalAlignment) Method
    In This Topic
    Specifies the horizonal alignment of the paragraph of the currently selected text.
    Syntax
    'Declaration
     
    Public Overloads Sub TextAlignmentSelection( _
       ByVal alignment As System.Windows.Forms.HorizontalAlignment _
    ) 
    public void TextAlignmentSelection( 
       System.Windows.Forms.HorizontalAlignment alignment
    )

    Parameters

    alignment
    Specifies the HorizonalAlignment for the paragraph.
    See Also