HtmlEdit.GetTextFormatAsync(CancellationToken) Method
In This Article
Asynchronously retrieves the format of the text that is under the caret/selected in the HtmlEdit.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
#Declaration
C#
public Task<string> GetTextFormatAsync(
CancellationToken cancellationToken = default(CancellationToken)
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
cancellation |
Cancellation |
null | A cancellation token. |
#Returns
Type | Description |
---|---|
Task<String> | A task that returns the format of the text under the caret/selected in the Html |
See Also