SimpleViewPaddingsBuilder.All(Int32) Method
Sets all paddings.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.1.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
Declaration
public SimpleViewPaddingsBuilder All(
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