Skip to main content
A newer version of this page is available. .

CompositeLinkBase.BreakSpace Property

Specifies the indent between the printed content of individual links.

Namespace: DevExpress.XtraPrintingLinks

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

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