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