Back to Devexpress

Document.GutterAtTop Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-document-fdf2e8c2.md

latest1.1 KB
Original Source

Document.GutterAtTop Property

Gets or sets whether to position the gutter margin at the top of the page.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool GutterAtTop { get; set; }
vb
Property GutterAtTop As Boolean

Property Value

TypeDescription
Boolean

true to position the gutter margin at the top; otherwise, false.

|

See Also

Document Interface

Document Members

DevExpress.XtraRichEdit.API.Native Namespace