[]
Specifies the horizonal alignment of the paragraph of the currently selected text.
[Obsolete("This method is deprecated, please, use TextAlignmentSelectionAsync instead.")]
public void TextAlignmentSelection(HorizontalAlignment alignment)
<Obsolete("This method is deprecated, please, use TextAlignmentSelectionAsync instead.")>
Public Sub TextAlignmentSelection(alignment As HorizontalAlignment)
| Type | Name | Description |
|---|---|---|
| HorizontalAlignment | alignment | Specifies the HorizonalAlignment for the paragraph. |
Specifies the horizonal alignment of the paragraph of the currently selected text.
[Obsolete("This method is deprecated, please, use TextAlignmentSelectionAsync instead.")]
public void TextAlignmentSelection(TextAlignment alignment)
<Obsolete("This method is deprecated, please, use TextAlignmentSelectionAsync instead.")>
Public Sub TextAlignmentSelection(alignment As TextAlignment)
| Type | Name | Description |
|---|---|---|
| TextAlignment | alignment | Specifies the TextAlignment for the paragraph. |