Skip to main content
Row

ShapeTextParagraphFormat.SpacingAfter Property

Gets or sets the spacing after the current paragraph.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

float SpacingAfter { get; set; }

Property Value

Type Description
Single

A Single value that is the spacing after the paragraph, in points.

See Also