[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.TextAlignmentSelection

TextAlignmentSelection Method

TextAlignmentSelection(HorizontalAlignment)

Specifies the horizonal alignment of the paragraph of the currently selected text.

Declaration
[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)
Parameters
Type Name Description
HorizontalAlignment alignment

Specifies the HorizonalAlignment for the paragraph.

TextAlignmentSelection(TextAlignment)

Specifies the horizonal alignment of the paragraph of the currently selected text.

Declaration
[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)
Parameters
Type Name Description
TextAlignment alignment

Specifies the TextAlignment for the paragraph.