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

Specifies the TextAlignment for the paragraph.