Skip to main content

BrickViewData.Width Property

Gets or sets the width of the brick.

Namespace: DevExpress.XtraPrinting.Export

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

NuGet Package: DevExpress.Printing.Core

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