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

BrickStyle.BorderWidth Property

Gets or sets the border width.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public virtual float BorderWidth { get; set; }

Property Value

Type Description
Single

A Single value.

Remarks

If this property value is 0, brick borders are invisible.

See Also