A newer version of this page is available.
Switch to the current version.
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; }
<DefaultValue(0)>
Public Property BreakSpace As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 |
An integer value, specifying the blank space between the links' content. |
See Also
Feedback