Skip to main content

CharacterCombBrick.CellVerticalSpacing Property

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

Property Value

Type Default Description
Single 0

A Single value.

Remarks

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

See Also