PrintAppearanceObject.BorderColor Property
Specifies the border color.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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