Skip to main content

CharacterCombBrick.CellHeight Property

Specifies the cell height in a CharacterCombBrick.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public float CellHeight { get; set; }

Property Value

Type Description
Single

A Single value specifying the cell height.

Remarks

This setting is ignored when the CharacterCombBrick.CellSizeMode property is set to SizeMode.AutoSize or SizeMode.AutoHeight. In these cases, the cell height depends on the current font size and is not affected by the specified brick border width.

When the CellSizeMode property is set to SizeMode.Custom or SizeMode.AutoWidth, the effective cell height is the difference between the specified CellHeight and VisualBrick.BorderWidth values.

See Also