Back to Devexpress

BrickStyle.BorderColor Property

corelibraries-devexpress-dot-xtraprinting-dot-brickstyle-8921658a.md

latest1.3 KB
Original Source

BrickStyle.BorderColor Property

Gets or sets the border color.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public virtual Color BorderColor { get; set; }
vb
Public Overridable Property BorderColor As Color

Property Value

TypeDescription
Color

A Color representing the border color.

|

Remarks

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

See Also

BorderWidth

Sides

BrickStyle Class

BrickStyle Members

DevExpress.XtraPrinting Namespace