SimpleViewPaddingsBuilder.Top(Int32) Method
In This Article
Sets the top padding.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.2.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
#Declaration
C#
public SimpleViewPaddingsBuilder Top(
int value
)
#Parameters
Name | Type | Description |
---|---|---|
value | Int32 | The padding value, in twips. |
#Returns
Type | Description |
---|---|
Simple |
An object that can be used to further configure the paddings. |
See Also