Skip to main content

CharacterCombBrick.CellHorizontalSpacing Property

Specifies the horizontal spacing between adjacent cells in a CharacterCombBrick.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(0F)]
public float CellHorizontalSpacing { get; set; }

Property Value

Type Default Description
Single 0

A Single value.

Remarks

The CellHorizontalSpacing property value does not depend on the specified brick border width.

See Also