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