HtmlImage.Width Property
In This Article
Gets the width of an image that is embedded in HtmlEdit.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
#Declaration
C#
public HtmlSize Width { get; }
#Property Value
Type | Description |
---|---|
Html |
The image width. |
See Also