HtmlEdit.GetSelectedImageAsync() Method
Asynchronously retrieves the image selected in the HtmlEdit.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public Task<HtmlImage> GetSelectedImageAsync()
Returns
Type | Description |
---|---|
Task<HtmlImage> | A task that returns the image selected in the HtmlEdit. |
See Also