HtmlEdit.GetTextFormatAsync(CancellationToken) Method
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
public Task<string> GetTextFormatAsync(
CancellationToken cancellationToken = default(CancellationToken)
)
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
cancellationToken | CancellationToken | null | A cancellation token. |
Returns
Type | Description |
---|---|
Task<String> | A task that returns the format of the text under the caret/selected in the HtmlEdit. |
See Also