Back to Devexpress

BrickGraphics.BorderWidth Property

corelibraries-devexpress-dot-xtraprinting-dot-brickgraphics-6ed7249b.md

latest1.5 KB
Original Source

BrickGraphics.BorderWidth Property

Specifies the border width of the current BrickGraphics object.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public float BorderWidth { get; set; }
vb
Public Property BorderWidth As Single

Property Value

TypeDescription
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

BorderColor

BrickGraphics Class

BrickGraphics Members

DevExpress.XtraPrinting Namespace