Back to Devexpress

Paragraph.SpacingBefore Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-paragraph-804bb80f.md

latest1.4 KB
Original Source

Paragraph.SpacingBefore Property

Gets or sets the spacing before the current paragraph.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public abstract float SpacingBefore { get; set; }
vb
Public MustOverride Property SpacingBefore As Single

Property Value

TypeDescription
Single

A Single value representing the spacing before the paragraph, measured in Document.Unit units.

|

See Also

SpacingAfter

Paragraph Class

Paragraph Members

DevExpress.XtraRichEdit.API.Native Namespace