[]
Specifies the horizonal alignment of the paragraph of the currently selected text asynchronously.
public Task TextAlignmentSelectionAsync(HorizontalAlignment alignment)
Public Function TextAlignmentSelectionAsync(alignment As HorizontalAlignment) As Task
| Type | Name | Description |
|---|---|---|
| HorizontalAlignment | alignment | Specifies the HorizonalAlignment for the paragraph. |
| Type | Description |
|---|---|
| Task |
Specifies the horizonal alignment of the paragraph of the currently selected text asynchronously.
public Task TextAlignmentSelectionAsync(TextAlignment alignment)
Public Function TextAlignmentSelectionAsync(alignment As TextAlignment) As Task
| Type | Name | Description |
|---|---|---|
| TextAlignment | alignment | Specifies the TextAlignment for the paragraph. |
| Type | Description |
|---|---|
| Task |