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