SimpleViewPaddingsBuilder.Bottom(Int32) Method
Sets the bottom padding.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v25.2.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
Declaration
public SimpleViewPaddingsBuilder Bottom(
int value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Int32 | The padding value, in twips. |
Returns
| Type | Description |
|---|---|
| SimpleViewPaddingsBuilder | An object that can be used to further configure the paddings. |
See Also