Skip to main content

SimpleViewPaddingsBuilder.Right(Int32) Method

Sets the right padding.

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v23.2.dll

NuGet Package: DevExpress.AspNetCore.RichEdit

Declaration

public SimpleViewPaddingsBuilder Right(
    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