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

BrickGraphics.BorderWidth Property

Specifies the border width of the current BrickGraphics object.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public float BorderWidth { get; set; }

Property Value

Type Description
Single

A Single value representing the border width, measured in Pixel units.

Remarks

If the BorderWidth property value is 0, brick borders are invisible.

See Also