HtmlImage.Height Property
In This Article
Gets the height 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 Height { get; }
#Property Value
Type | Description |
---|---|
Html |
The image height. |
See Also