TextAlignmentSelectionAsync(HorizontalAlignment) Method
In This Topic
Specifies the horizonal alignment of the paragraph of the currently selected text asynchronously.
Syntax
'Declaration
Public Overloads Function TextAlignmentSelectionAsync( _
ByVal As System.Windows.Forms.HorizontalAlignment _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task TextAlignmentSelectionAsync(
System.Windows.Forms.HorizontalAlignment
)
Parameters
- alignment
- Specifies the HorizonalAlignment for the paragraph.
See Also