Back to Devexpress

SectionColumn.Spacing Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-sectioncolumn-6de8d6a9.md

latest1.4 KB
Original Source

SectionColumn.Spacing Property

Gets or sets the amount of space between adjacent columns.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public float Spacing { get; set; }
vb
Public Property Spacing As Single

Property Value

TypeDescription
Single

A Single value measured in units specified via the Document.Unit property.

|

See Also

Document.Unit

RichEditControl.Unit

SectionColumn Class

SectionColumn Members

DevExpress.XtraRichEdit.API.Native Namespace