Skip to main content

CompositeLinkBase.BreakSpace Property

Specifies the indent between the printed content of individual links.

Namespace: DevExpress.XtraPrintingLinks

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(0)]
public int BreakSpace { get; set; }

Property Value

Type Default Description
Int32 0

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

See Also