Skip to main content

CharacterCombBrick.CellVerticalSpacing Property

Specifies the vertical 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 CellVerticalSpacing { get; set; }

Property Value

Type Description
Single

A Single value.

Remarks

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

See Also