Back to Devexpress

SectionMargins.Gutter Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-sectionmargins-75f0a00f.md

latest1.5 KB
Original Source

SectionMargins.Gutter Property

Gets or sets the gutter margin value.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
float Gutter { get; set; }
vb
Property Gutter As Single

Property Value

TypeDescription
Single

The gutter margin value.

|

Remarks

Use the following properties to specify the gutter margin position:

SectionMargins.GutterPositionAllows you to position the gutter margin at page left or right. This gutter is applied to a specific section.Document.GutterAtTopPositions the gutter margin at the page top. This gutter is enabled for the entire document. See Also

SectionMargins Interface

SectionMargins Members

DevExpress.XtraRichEdit.API.Native Namespace