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

BrickViewData.Height Property

Gets or sets the height of the brick.

Namespace: DevExpress.XtraPrinting.Export

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

Declaration

public int Height { get; }

Property Value

Type Description
Int32

An integer value representing the height of the brick.

Remarks

This property returns the height of the brick’s bounds represented via the BrickViewData.Bounds property value. Note, that the brick’s size and location are measured in 1/300 of an inch.

See Also