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

PrintAppearanceObject.BorderWidth Property

Gets or sets the border width.

Namespace: DevExpress.PivotGrid.Printing

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

Declaration

[XtraSerializableProperty]
public float BorderWidth { get; set; }

Property Value

Type Description
Single

A System.Single value.

Remarks

If this property value is 0, brick borders are invisible.

See Also