HtmlEdit.SelectedTextHorizontalAlignment Property
In This Article
Gets or sets the horizontal alignment of the selected/under caret text. This is a bindable property.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
#Declaration
C#
public HtmlTextHorizontalAlignment SelectedTextHorizontalAlignment { get; set; }
#Property Value
Type | Description |
---|---|
Html |
The horizontal alignment of the selected/under caret text. |
See Also