ISize.Height Property
Specifies the height of an element.
Namespace: DevExpress.Blazor.RichEdit
Assembly: DevExpress.Blazor.RichEdit.v25.2.dll
NuGet Package: DevExpress.Blazor.RichEdit
Declaration
int Height { get; }
Property Value
| Type | Description |
|---|---|
| Int32 | The height value. |
See Also