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

PrintAppearanceObject.BorderColor Property

Specifies the border color.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

[XtraSerializableProperty]
public Color BorderColor { get; set; }

Property Value

Type Description
Color

A Color structure, specifying the border color.

Remarks

Setting the BorderColor property to Color.Empty automatically sets the appearance object’s AppearanceOptions.UseBorderColor property to false. If this property is set to false and the current appearance has a parent, the parent’s border color is used.

To obtain the border color specified by the appearance object’s settings, use the AppearanceObject.GetBorderColor method.

See Also