Skip to main content

CharacterCombBrick.CellHorizontalSpacing Property

Specifies the horizontal spacing between adjacent cells in a CharacterCombBrick.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[XtraSerializableProperty]
public float CellHorizontalSpacing { get; set; }

Property Value

Type Description
Single

A Single value.

Remarks

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

See Also