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

BrickViewData.Width Property

Gets or sets the width of the brick.

Namespace: DevExpress.XtraPrinting.Export

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

Declaration

public int Width { get; }

Property Value

Type Description
Int32

An integer value representing the width of the brick.

Remarks

This property returns the width 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