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

VisualBrick.BorderColor Property

Defines the border color for the current VisualBrick.

Namespace: DevExpress.XtraPrinting

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

Declaration

public Color BorderColor { get; set; }

Property Value

Type Description
Color

The border color for the current VisualBrick.

Remarks

If this property value is Color.Transparent, brick borders are invisible.

See Also