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

In This Topic
    TextAlignmentSelection(TextAlignment) 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.TextAlignment _
    ) 
    public void TextAlignmentSelection( 
       System.Windows.TextAlignment alignment
    )

    Parameters

    alignment
    Specifies the TextAlignment for the paragraph.
    See Also