IMargins.Top Property
In This Article
Specifies the margin value for the top edge.
Namespace: DevExpress.Blazor.RichEdit
Assembly: DevExpress.Blazor.RichEdit.v24.2.dll
NuGet Package: DevExpress.Blazor.RichEdit
#Declaration
C#
int Top { get; }
#Property Value
Type | Description |
---|---|
Int32 | The margin value, in twips. |
See Also