SimpleViewSettingsBuilder.Paddings(Action<SimpleViewPaddingsBuilder>) Method
Sets settings of paddings in the Simple view mode.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v25.1.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
Declaration
public SimpleViewSettingsBuilder Paddings(
Action<SimpleViewPaddingsBuilder> configure
)
Parameters
| Name | Type | Description |
|---|---|---|
| configure | Action<SimpleViewPaddingsBuilder> | A method that specifies paddings settings. |
Returns
| Type | Description |
|---|---|
| SimpleViewSettingsBuilder | An object that can be used to further configure settings of the Simple view mode. |
See Also