Skip to main content

BrickStyle.BorderWidth Property

Gets or sets the border width.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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