Skip to main content

CompositeLinkBase.BreakSpace Property

Specifies the indent between the printed content of individual links.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public int BreakSpace { get; set; }

Property Value

Type Description
Int32

An integer value, specifying the blank space between the links’ content.

See Also