Skip to main content
A newer version of this page is available. .

CharacterCombBrick.CellVerticalSpacing Property

Specifies the vertical spacing between adjacent cells in a CharacterCombBrick.

Namespace: DevExpress.XtraPrinting

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

Declaration

[XtraSerializableProperty]
[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