Back to Devexpress

GutterPosition Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-0d8cd2e1.md

latest1.2 KB
Original Source

GutterPosition Enum

Lists values that indicate the gutter margin position.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum GutterPosition
vb
Public Enum GutterPosition

Members

NameDescription
Left

A Gutter margin is added to the page left.

| | Right |

A Gutter margin is added to the page right.

|

The following properties accept/return GutterPosition values:

See Also

DevExpress.XtraRichEdit.API.Native Namespace