Skip to main content

BrickStyle.BorderWidth Property

Gets or sets the border width.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.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