BrickStyle.BorderColor Property
Gets or sets the border color.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[XtraSerializableProperty(XtraSerializationFlags.SuppressDefaultValue)]
public virtual Color BorderColor { get; set; }
Property Value
Type | Description |
---|---|
Color | A Color representing the border color. |
Remarks
If this property value is Color.Transparent, brick borders are invisible.
See Also